Commit Graph

156289 Commits

Author SHA1 Message Date
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
Kseniia Sumarokova
6f67982577
Update exception message 2024-10-23 17:02:14 +02: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
kssenii
427edd7227 Adjust code to recent changes in master 2024-10-23 13:28:42 +02:00
Raúl Marín
bc6e98d08d Move DistributedSettings to pImpl 2024-10-23 13:23:09 +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
Raúl Marín
2024c76fc2 Try install ripgrep 2024-10-23 12:18:18 +02: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
Lionel Palacin
83dda28f59 Replace play.clickhouse.com urls with sql.clickhouse.com 2024-10-23 07:34:53 +01: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
Raúl Marín
c8713f99a8 Move FileLogSettings to pImpl and reduce some header deps 2024-10-22 20:12:31 +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
Raúl Marín
6629d41175 Move HiveSettings to pImpl 2024-10-22 18:43:12 +02:00
Raúl Marín
56f65d8d43 Move KafkaSettings to pImpl 2024-10-22 18:43:12 +02:00
Raúl Marín
a2f806b933 Move NATSSetting to pImpl 2024-10-22 18:43:12 +02: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
kssenii
1e4ad74838 Merge remote-tracking branch 'origin/s3queue-add-system-s3queue-settings' into s3queue-add-system-s3queue-settings 2024-10-22 17:54:41 +02:00
kssenii
7e43c58c3d Add documentation 2024-10-22 17:54:20 +02:00
Yarik Briukhovetskyi
c45caa6a8f
Merge pull request #70881 from simPod/simpleLinearRegression
docs: use `k` as constant name instead of `a` in `simpleLinearRegression
2024-10-22 15:51:50 +00:00
Peter Nguyen
acaad8200c Empty commit to trigger CICD 2024-10-22 08:40:00 -07:00
Yarik Briukhovetskyi
01249fb3e7
Remove unused line. 2024-10-22 17:10:17 +02:00
Yarik Briukhovetskyi
76ee0ad48d
Empty commit. 2024-10-22 16:59:37 +02:00
Yarik Briukhovetskyi
cd9f7556ac
Remove the field from the header. 2024-10-22 16:57:13 +02:00
Yarik Briukhovetskyi
d4667ffbb8
Push is_config_changed as an argument. 2024-10-22 16:41:56 +02:00
Robert Schulze
a8682f11e9
Merge pull request #70873 from rschu1ze/m-efsearch-efconstruction
Update default HNSW parameter settings
2024-10-22 14:13:49 +00:00
Kseniia Sumarokova
25a95682be
Update src/Storages/ObjectStorageQueue/StorageObjectStorageQueue.cpp
Co-authored-by: Sergei Trifonov <sergei@clickhouse.com>
2024-10-22 16:10:13 +02:00