Commit Graph

156581 Commits

Author SHA1 Message Date
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
Pablo Marcos
795abfcb0a Store every counter before startQuery
Rather than setting the base during startQuery, let the
delta work on every metric collection. The first time,
it'll take 0 as the base and work fine.
2024-10-22 16:35:20 +00:00
divanik
b645ccc7ce Fixed bugs and problems with the test 2024-10-22 16:32:48 +00:00
Pablo Marcos
942abc53be Revert "Add event at start of query"
This reverts commit 4223bb95a5.
2024-10-22 16:30:15 +00:00
Pablo Marcos
4223bb95a5 Add event at start of query
Also remove the requirement to include events only for queries
that take longer than collection interval.
2024-10-22 16:26:43 +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
Nikita Taranov
75a4a7e15e impl 2024-10-22 14:51:17 +01:00
Yarik Briukhovetskyi
e7be32d6d2
Revert last patch 2024-10-22 15:20:05 +02:00
Vladimir Cherkasov
5b9bbace65
Merge pull request #68049 from ClickHouse/vdimir/fix_issue_67915
Fix join on nulls optimization
2024-10-22 13:18:49 +00:00
Vladimir Cherkasov
c943303edb
Merge pull request #68600 from ClickHouse/vdimir/fix_ast_formatting
Fix inconsistent AST formatting for unary functions
2024-10-22 13:17:40 +00:00
Vitaly Baranov
d1e8358bcb
Merge pull request #70786 from vitlibar/improve-checking-capability-for-batch-delete-from-s3
Improve checking capability for batch delete from S3
2024-10-22 12:57:29 +00:00
Pablo Marcos
449d46ce1d Fix issues pointed in review 2024-10-22 12:25:50 +00:00
Robert Schulze
6604c3fdc5
Merge pull request #70924 from rschu1ze/docs-tpc-h2
Docs: Clarify deviations to TPC-H spec
2024-10-22 12:12:33 +00:00
Pablo Marcos
fd9262df76 Merge branch 'master' into system-query-metric-log 2024-10-22 12:07:15 +00:00
Kirill
eeb26bb110
Correct variable name 2024-10-22 14:52:51 +03:00
Raúl Marín
445d74a5b4 Remove unneeded change to fix tidy 2024-10-22 13:42:22 +02:00
Robert Schulze
9c5fbef180
Docs: Clarify deviations to TPC-H spec 2024-10-22 11:03:55 +00:00
Nikita Taranov
4baa30c06d
Merge pull request #69473 from ClickHouse/upd_orc
Update ORC to the current HEAD
2024-10-22 10:50:27 +00:00
Robert Schulze
739f8c17c0
Merge pull request #70906 from rschu1ze/docs-tpc-h
Docs: Update TPC-H benchmark page
2024-10-22 10:46:16 +00:00
kssenii
95b3b11a83 Better type enum choice 2024-10-22 11:50:24 +02:00
Robert Schulze
02cb8817cc
Merge remote-tracking branch 'ClickHouse/master' into docs-tpc-h 2024-10-22 11:30:27 +02:00
Raúl Marín
143439dd70 Tidy fix 2024-10-22 11:29:41 +02:00
Kseniia Sumarokova
56346671fe
Merge pull request #70510 from filimonov/rabbit_limit_retries
add timeouts for retry loops in test_storage_rabbitmq
2024-10-22 09:24:47 +00:00
Robert Schulze
e1c5bdac11
Merge pull request #70913 from rschu1ze/docs-follow-up-70863
Follow-up to #70863
2024-10-22 09:24:27 +00:00
Robert Schulze
978cce9702
Follow-up to #70863 2024-10-22 08:46:48 +00:00
Ilya Yatsishin
04cbd1d553
fix build 2024-10-22 09:57:09 +02:00