Commit Graph

156275 Commits

Author SHA1 Message Date
Raúl Marín
5f7ccf945a Remove some unused methods from BaseSettings.h 2024-10-24 14:55:15 +02:00
Raúl Marín
369c58c0f2 Reduce deps from SettingsEnums 2024-10-24 13:57:26 +02:00
Raúl Marín
8566916cc3 Clean style checker 2024-10-24 13:07:50 +02:00
Raúl Marín
350bd26196 Introduce S3RequestSetting as pImpl 2024-10-24 12:27:52 +02:00
Raúl Marín
83eeb26607 Introduce S3AuthSettings as pImpl 2024-10-24 12:27:52 +02:00
Raúl Marín
7333a4a21f
Merge pull request #70942 from Algunenano/settings5
More setting structs to pImpl
2024-10-24 09:20:52 +00:00
Raúl Marín
19d77d2c13
Merge branch 'master' into settings5 2024-10-24 17:20:08 +08: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
Raúl Marín
89d5b7af5c Tidy 2024-10-24 03:27:39 +02: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
Raúl Marín
53d055a730 Merge remote-tracking branch 'blessed/master' into settings5 2024-10-24 00:36:07 +02:00
Raúl Marín
6b18e77890 Remove some unnecessary changes 2024-10-24 00:30:24 +02: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
Raúl Marín
4c95b5365a Merge remote-tracking branch 'blessed/master' into settings5 2024-10-23 22:31:32 +02: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
Raúl Marín
f3748fa5c2 Move MaterializedMySQLSettings to pImpl 2024-10-23 21:18:07 +02: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
Raúl Marín
b679608044 Move ExecutableSettings.h to pImpl 2024-10-23 20:48:30 +02:00
Alexey Milovidov
e4d316731b Fix 01039_test_setting_parse 2024-10-23 20:12:04 +02:00
Raúl Marín
34bdda222a Move MySQLSettings to pImpl 2024-10-23 19:34:57 +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
Raúl Marín
bd5b88e0b8 Fix style checker for auto settings 2024-10-23 18:46:06 +02:00
Raúl Marín
7f1aa49692 Make shellcheck happier and the style checker code easier to understand 2024-10-23 18:44:04 +02:00
Raúl Marín
6727af1236 Make MemorySettings a pImpl and simplify style checker even more 2024-10-23 18:43:25 +02: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
Raúl Marín
984d3e888e Remove usage of deprecated and unread setting 2024-10-23 16:33:02 +02:00
Max Kainov
b28b3d3a0a CI: FastTest with praktika 2024-10-23 13:46:01 +00:00
Raúl Marín
7f46ca07d3 Fix style checker when the externs do not have leading whitespaces 2024-10-23 14:56:32 +02:00
Max Kainov
b56e819623 CI: Do not skip Build report and status fix 2024-10-23 14:45:10 +02:00
Raúl Marín
e2d0df69fd Move SetSettings to pImpl 2024-10-23 14:40:26 +02:00
Raúl Marín
b4b602b943 Simplify adding new settings to style checker 2024-10-23 14:03:56 +02:00