Commit Graph

156249 Commits

Author SHA1 Message Date
Jiří Kozlovský
de8c5eaed0
Make the Replxx client history size configurable 2024-10-24 16:10:56 +02:00
Max Kainov
b0da2a5534
Merge pull request #70239 from ClickHouse/praktika_integration_2
CI: Praktika integration, fast test
2024-10-24 08:38:54 +00:00
Antonio Andelic
e2821c5e8b
Merge pull request #70982 from ClickHouse/fix-test_keeper_broken_logs
Fix `test_keeper_broken_logs`
2024-10-24 07:16:39 +00:00
Alexey Milovidov
4c0ce6ad10
Merge pull request #70848 from ClickHouse/part-log-partition-in-every-entry
Add `partition` column to every entry type of part log
2024-10-24 09:19:14 +08:00
Alexey Milovidov
1dedcd1be7
Merge pull request #70986 from ClickHouse/fix-test-01039_test_setting_parse
Fix `01039_test_setting_parse`
2024-10-23 21:24:38 +00:00
Alexey Milovidov
391ff333bc
Merge pull request #69778 from ClickHouse/switch_to_adaptive_task_sizes
Use only adaptive heuristic to choose task sizes for remote reading
2024-10-23 21:23:02 +00:00
Alexey Milovidov
c737eabb9e
Merge pull request #70850 from ClickHouse/add-merge-start-and-mutate-start-events
Add merge start and mutate start events into `system.part_log`
2024-10-24 05:28:40 +08:00
Alexey Milovidov
715ea5c4f6
Merge pull request #70965 from ClickHouse/ci_fix_build_report_with_modified_ci
CI: Do not skip Build report and status fix
2024-10-23 20:26:08 +00:00
Alexey Milovidov
f0da979a13
Merge pull request #70880 from ClickHouse/issue_14876
Fix `limit by`, `limit with ties` for distributed and parallel replicas
2024-10-23 20:24:24 +00:00
Alexey Milovidov
95c5291a58
Merge pull request #70853 from amosbird/fix-69732
Normalize named tuple arguments in agg states
2024-10-23 20:23:00 +00:00
Alexey Milovidov
85056de617
Merge pull request #70959 from rschu1ze/minor-fixups
Minor fixups of #70011 and #69918
2024-10-23 20:19:59 +00:00
Vitaly Baranov
9bb952fd11
Merge pull request #70943 from vitlibar/improve-logging-in-minio-tests
Improve logging in minio tests
2024-10-23 20:14:57 +00:00
robot-clickhouse
eafa43fa8a Automatic style fix 2024-10-23 20:14:30 +00:00
Alexey Milovidov
63657bf372
Merge pull request #70979 from ClickHouse/uniq_exact_two_level_negative_zero
Fix an error with negative zeros in two-level hash table
2024-10-23 20:08:27 +00:00
Max Kainov
5a176dd97c new report look 2024-10-23 19:59:42 +00:00
Alexey Milovidov
3282741599
Merge pull request #70909 from ClickHouse/dots-for-consistency
Add dots for consistency
2024-10-23 18:55:16 +00:00
Alexey Milovidov
e4d316731b Fix 01039_test_setting_parse 2024-10-23 20:12:04 +02:00
Vitaly Baranov
871b938dfc Fix "ValueError: I/O operation on closed file" in python/http/server.py #2 2024-10-23 19:07:06 +02:00
Yarik Briukhovetskyi
4452928566
Merge pull request #70940 from marco-vb/update-documentation
Fix small documentation error for min_free_bytes_to_perform_insert and min_free_ratio_to_perform_insert settings.
2024-10-23 17:02:15 +00:00
Max Kainov
4ae1b51cbd restore default pr workflow 2024-10-23 16:18:46 +00:00
Sergei Trifonov
18f5d10634
Merge pull request #70978 from ClickHouse/fix-cppexpr
Fix `utils/c++expr` option `-b`
2024-10-23 16:07:50 +00:00
János Benjamin Antal
f2ca21134f
Merge pull request #69657 from petern48/regexp_logger
Filter logging using regular expressions
2024-10-23 16:01:24 +00:00
robot-clickhouse
0897555f3e Automatic style fix 2024-10-23 15:49:38 +00:00
Antonio Andelic
5901f048ee test_keeper_broken_logs 2024-10-23 17:41:44 +02:00
Kseniia Sumarokova
37ff8fce3c
Merge pull request #70841 from ClickHouse/s3queue-add-system-s3queue-settings
Add `system.s3(azure)_queue_settings`
2024-10-23 15:28:46 +00:00
Alexey Milovidov
702467d3a6 Fix an error with negative zeros in two-level hash table 2024-10-23 17:21:19 +02:00
Robert Schulze
0bd5db34a1
Merge remote-tracking branch 'ClickHouse/master' into minor-fixups 2024-10-23 15:18:53 +00:00
serxa
680119f095 Fix c++expr -b option 2024-10-23 15:09:54 +00:00
Max Kainov
b28b3d3a0a CI: FastTest with praktika 2024-10-23 13:46:01 +00:00
Max Kainov
b56e819623 CI: Do not skip Build report and status fix 2024-10-23 14:45:10 +02:00
kssenii
427edd7227 Adjust code to recent changes in master 2024-10-23 13:28:42 +02:00
Daniil Ivanik
ac766ae2d8
Merge pull request #69712 from jirislav/add_support_for_avro_union_input_format
Implement generic SerDe between Avro Union and ClickHouse Variant type
2024-10-23 11:12:28 +00:00
Kseniia Sumarokova
d4df8dc531
Merge pull request #70839 from kirillgarbar/alter-disk
Checks for ALTER ... MODIFY SETTINGS disk queires
2024-10-23 10:38:03 +00:00
Nikita Taranov
5c43f822bb
Merge branch 'master' into issue_14876 2024-10-23 12:02:29 +02:00
Robert Schulze
6a374cb418
Minor fixups of #70011 and #69918 2024-10-23 09:50:10 +00:00
Robert Schulze
0c6bd36ef3
Merge pull request #70946 from rschu1ze/tpc-h-decor
Docs: Add notes about TPC-H query correctness + decorrelated queries
2024-10-23 09:28:46 +00:00
kssenii
7bcdda3a52 Merge remote-tracking branch 'origin/master' into s3queue-add-system-s3queue-settings 2024-10-23 11:27:54 +02:00
Yarik Briukhovetskyi
0101b6e03e
Merge pull request #70879 from yariks5s/logging-config-files
Limiting logging some lines about configs
2024-10-23 09:16:12 +00:00
Robert Schulze
4586d2b354
Docs: Add notes about TPC-H query correctness + decorrelated queries 2024-10-22 23:21:12 +00:00
Vitaly Baranov
5cf74f4da2 Make "minio/certs/CAs" directory before running Minio in integration tests. 2024-10-22 20:41:20 +02:00
Vitaly Baranov
becb9b7ea6 Fix "ValueError: I/O operation on closed file" in python/http/server.py 2024-10-22 20:41:20 +02:00
Vitaly Baranov
6cce5e893a Enable logging for mock HTTP servers used in some integration tests. 2024-10-22 20:41:13 +02:00
Ilya Yatsishin
2f0aa74b24
Update 02931_max_num_to_warn.reference 2024-10-22 19:42:42 +02:00
marco-vb
da79733347 Fix small documentation error for min free bytes/ratio settings. 2024-10-22 18:33:04 +01:00
Pablo Marcos
9e2ae7e0c7
Merge pull request #70938 from ClickHouse/improve-global-variable-doc
[Docs] Improve doc of globalVariable
2024-10-22 17:15:41 +00:00
divanik
a7079e5c2f Fix code style issues 2024-10-22 17:08:48 +00:00
Pablo Marcos
ff191b0b08 Improve doc of globalVariable 2024-10-22 16:43:38 +00:00
divanik
b645ccc7ce Fixed bugs and problems with the test 2024-10-22 16:32:48 +00:00
Raúl Marín
91223fc4eb
Merge pull request #70840 from Algunenano/settings4
More setting structs to pImpl and reuse code
2024-10-22 16:05:17 +00:00
kssenii
794b7cff73 More documentation 2024-10-22 18:01:24 +02:00