Commit Graph

143356 Commits

Author SHA1 Message Date
Mikhail f. Shiryaev
8e9426f01b
Simplify post-build insert, limit timeout to 5 seconds 2024-06-04 15:22:15 +02:00
Mikhail f. Shiryaev
e64a033098
Support requests parameters in ClickHouseHelper.insert_file 2024-06-04 15:22:14 +02:00
alesapin
6d7c6a47cc
Merge pull request #64747 from ClickHouse/better-session-move-message
Return the explanation for session moved error
2024-06-04 10:55:51 +00:00
Alexander Gololobov
ee3ea236b9
Merge pull request #64433 from ClickHouse/faster_test_keeper_shutdown
Faster TestKeeper shutdown
2024-06-04 10:47:17 +00:00
Robert Schulze
a3faaa2129
Merge pull request #64626 from Blargian/doc_covarXYZ
Document functions `corr`, `covar`, and their variants
2024-06-04 10:27:29 +00:00
Robert Schulze
e02cc4c9e0
Fix style, pt. II 2024-06-04 09:54:34 +00:00
Raúl Marín
b4c0a35339
Merge pull request #64761 from Algunenano/speed_up_forget_partition
Speed up 02995_forget_partition
2024-06-04 09:43:44 +00:00
Robert Schulze
ca40ac9886
Fix spelling 2024-06-04 09:25:48 +00:00
Robert Schulze
f1229ccdf8
Merge remote-tracking branch 'ClickHouse/master' into doc_covarXYZ 2024-06-04 09:25:36 +00:00
Raúl Marín
0917ff0fa0
Merge pull request #64764 from Algunenano/fix_02790
Fix 02790_async_queries_in_query_log (silent discard in MV column matching)
2024-06-04 09:18:55 +00:00
Nikolai Kochetov
8c2c27e346
Merge pull request #61459 from amosbird/trivial-count-opt-base
Refactor KeyCondition and key analysis
2024-06-04 07:57:18 +00:00
Alexey Milovidov
3f58fcb26b
Merge pull request #64765 from ClickHouse/tavplubix-patch-10
Update 02482_load_parts_refcounts.sh
2024-06-04 04:04:16 +00:00
Alexey Milovidov
887a56d5f7
Merge pull request #63584 from ClickHouse/trek
Track memory allocated by the arrow library
2024-06-04 04:03:30 +00:00
Alexey Milovidov
b6e3b9c784
Merge pull request #64774 from ClickHouse/ask-company-name
Ask about company name on GitHub
2024-06-04 05:59:07 +02:00
Alexey Milovidov
f4d1f6050f
Merge pull request #64562 from bigo-sg/literal
ASTLiteral support custom type
2024-06-04 03:20:08 +00:00
Alexey Milovidov
fc0c44c9c4 Ask about company name on GitHub 2024-06-04 05:00:39 +02:00
Alexey Milovidov
863d799765 Whitespace 2024-06-04 04:55:41 +02:00
Alexey Milovidov
b0d6b0ffdf
Merge pull request #64771 from ClickHouse/tfname
Make table functions always report engine 'StorageProxy' in system.tables
2024-06-04 02:33:40 +00:00
shuai-xu
8c62bde552 add comments 2024-06-04 09:36:14 +08:00
Michael Kolupaev
26abb08b84 Conflict 2024-06-04 00:01:25 +00:00
Michael Kolupaev
4e38e89ffd Conflict 2024-06-04 00:01:25 +00:00
Michael Kolupaev
10a78f0841 Declare ErrorCodes 2024-06-04 00:01:25 +00:00
Michael Kolupaev
0fd9cdf47e Track memory allocated by the arrow library 2024-06-04 00:01:25 +00:00
Michael Kolupaev
16bf3e3062 Make table functions always report engine 'StorageProxy' in system.tables 2024-06-03 23:47:52 +00:00
Alexander Tokmakov
d733bc1023
Update 02482_load_parts_refcounts.sh 2024-06-03 20:17:36 +02:00
Raúl Marín
a6b83a4534 Test stability 2024-06-03 20:02:51 +02:00
Raúl Marín
03c6dca0c0 Fix 02790_async_queries_in_query_log 2024-06-03 19:47:19 +02:00
Raúl Marín
4d461d69fe Speed up RMT too 2024-06-03 19:22:23 +02:00
Raúl Marín
eb0fd8aa53 Speed up 02995_forget_partition 2024-06-03 17:33:35 +02:00
Blargian
cfd07e0c83 Review changes 2024-06-03 17:32:09 +02:00
vdimir
ecc6836dee
Merge pull request #64424 from liuneng1994/reduce-parquet-writer-peak-memory
Reduce parquet writer peak memory
2024-06-03 14:49:05 +00:00
Amos Bird
ba7b4e058b
Resolve conflicts 2024-06-03 22:46:18 +08:00
Raúl Marín
ee416a6862
Merge pull request #63723 from Algunenano/ifunction_column_size
Add a bunch of important asserts
2024-06-03 14:04:02 +00:00
Konstantin Bogdanov
aa040c506a
Merge pull request #64521 from azat/bash-completion/fix-settings
Fix bash completion for settings
2024-06-03 13:51:56 +00:00
Antonio Andelic
9be51d6f20 Return the explanation for session moved error 2024-06-03 15:48:18 +02:00
Amos Bird
7e6bb6b20d
Simply based on review comment 2024-06-03 21:25:23 +08:00
Amos Bird
dbecec7dbf
Improve PartitionPruner and trivial count opt 2024-06-03 21:25:21 +08:00
Nikolai Kochetov
49043d4399
Merge pull request #64517 from ClickHouse/fix-some-aliases-for-global-in
Fixing aliases for GLOBAL IN
2024-06-03 13:06:18 +00:00
Yarik Briukhovetskyi
230fbf76a9
Merge pull request #60156 from Artemmm91/hilbert-function
Add `hilbertEncode` and `hilbertDecode` functions
2024-06-03 12:23:01 +00:00
Nikolai Kochetov
84d2bbcf8b Merge branch 'master' into fix-some-aliases-for-global-in 2024-06-03 11:29:35 +00:00
Nikolai Kochetov
f5c2bbd9ce
Merge pull request #64672 from ClickHouse/split-query-analyzer
Split query analyzer
2024-06-03 11:27:25 +00:00
alesapin
c45ebafc70
Merge pull request #64694 from ClickHouse/fix_ttl_incompatibility
Fix backward incompatibility in TTL execution
2024-06-03 10:29:26 +00:00
Nikita Mikhaylov
c53fb9b335
Merge pull request #64741 from primeroz/add-note-about-zstd-qat
Add Note about ZSTD_QAT codec being disabled in ClickHouse Cloud
2024-06-03 09:31:14 +00:00
Francesco Ciocchetti
a82cc3da6a
Add Note about ZSTD_QAT codec being disabled in ClickHouse Cloud 2024-06-03 09:08:02 +02:00
shuai-xu
d0733b4886 add comments 2024-06-03 15:02:21 +08:00
Antonio Andelic
7196852d08
Merge pull request #64565 from KrisBuytaert/patch-1
Update configuration-files.md
2024-06-03 06:46:28 +00:00
Alexey Milovidov
f6125d2d9f
Merge pull request #64532 from azat/file-use-max_read_buffer_size
Use max_read_buffer_size for file descriptors as well in file()
2024-06-02 20:13:18 +02:00
Alexey Milovidov
955db75a0d
Merge pull request #64542 from Algunenano/upgrade_tests
Upgrade tests: Update config and work with release candidates
2024-06-02 20:12:32 +02:00
alesapin
1d1eafc365
Update src/Storages/MergeTree/MergeTreeDataPartTTLInfo.cpp 2024-06-02 13:52:23 +02:00
Alexey Milovidov
a838adc0bf
Merge pull request #64714 from ClickHouse/s3jank
Check for missing Upload ID in CreateMultipartUpload reply
2024-06-02 01:12:00 +02:00