Commit Graph

152497 Commits

Author SHA1 Message Date
Alexander Gololobov
7d042be8eb A simple interface to find temporary files by their logical names when building pipeline from query plan 2024-09-09 13:21:00 +02:00
Alexander Gololobov
2df5edc1c1 Merge branch 'master' of github.com:ClickHouse/ClickHouse into query_plan_for_merge 2024-09-05 20:58:47 +02:00
Alexander Tokmakov
b6572e36b4
Merge pull request #61987 from allmazz/feat/59376
support ATTACH PARTITION `ALL` FROM `TABLE`
2024-09-05 14:57:38 +00:00
Anton Popov
27d81fd357
Merge pull request #69256 from CurtizJ/fix-drop-cache-transactions
Fix dropping of file cache in CHECK query in case of enabled transactions
2024-09-05 13:55:30 +00:00
Mikhail f. Shiryaev
94a62b1df2
Merge pull request #69260 from ClickHouse/make-worker-private
Make infrastructure related scripts private
2024-09-05 12:49:30 +00:00
Nikita Mikhaylov
2b0fe084ae
Merge pull request #69277 from den-crane/patch-73
Doc. Remove a misleading statement
2024-09-05 12:01:44 +00:00
Alexander Gololobov
20eaecc4f3
Fix build 2024-09-05 13:50:26 +02:00
Alexander Gololobov
e1b2952a60
Merge branch 'master' into query_plan_for_merge 2024-09-05 13:32:12 +02:00
Daniil Ivanik
6c52c3d015
Merge pull request #69285 from cwurm/docs_clarify_lightweight_delete
Clarify timing of lightweight delete
2024-09-05 11:22:32 +00:00
Anton Popov
cf022d3a6d
Merge pull request #65832 from CurtizJ/add-mutations-snapshot
Improved getting of alter conversions for queries
2024-09-05 10:37:00 +00:00
Robert Schulze
ddd1f537cb
Merge pull request #69241 from rschu1ze/ann-subquery
Add testcase for ANN index usage with subquery
2024-09-05 09:33:40 +00:00
Christoph Wurm
35748dffb2 Clarify lightweight delete. 2024-09-05 10:31:14 +01:00
Anton Popov
10d2631ec9
Merge pull request #69030 from bigo-sg/improve_array_zip
Add new function arrayZipUnaligned
2024-09-05 08:05:56 +00:00
Julia Kartseva
39d4a7bf1e
Merge pull request #69237 from jkartseva/fix-infile-format-async-insert
Fix `INFILE` format detection for async inserts
2024-09-05 02:19:16 +00:00
Denny Crane
ec8d0f94fe
Update index.md 2024-09-04 20:56:16 -03:00
Nikolay Degterinsky
d1f551e8c9
Merge pull request #69271 from ClickHouse/evillique-patch-2
Minor improvements for Lemmatizers
2024-09-04 23:33:42 +00:00
Michael Kolupaev
14cb96722a
Merge pull request #68313 from ClickHouse/musysroot
Update musl to 1.2.5 with unwind info
2024-09-04 23:18:09 +00:00
János Benjamin Antal
e1b29eae17
Merge pull request #69268 from ClickHouse/revert-69076-create_as
Revert "CREATE TABLE AS copy PRIMARY KEY, ORDER BY, and similar clauses."
2024-09-04 21:09:20 +00:00
Julia Kartseva
19b33e87eb fix test 2024-09-04 19:44:57 +00:00
Nikita Mikhaylov
b8b8421102
Merge pull request #69255 from Algunenano/01114_database_atomic_timeouts
01114_database_atomic: Increase time frames to reduce flakiness
2024-09-04 19:44:57 +00:00
Nikolay Degterinsky
91447fabf7
Fix style 2024-09-04 20:17:59 +02:00
Nikolay Degterinsky
89ca1c0759
Update Lemmatizers.cpp 2024-09-04 20:08:27 +02:00
János Benjamin Antal
9b9db40a0b
Merge pull request #68935 from ClickHouse/fix-mutation-commands-parse-with-modify-column
Fix mutation commands parsing with modify column
2024-09-04 17:37:44 +00:00
Nikolay Degterinsky
c10455ca03
Minor improvements for Lemmatizers 2024-09-04 19:36:16 +02:00
János Benjamin Antal
4634b83ab5
Revert "CREATE TABLE AS copy PRIMARY KEY, ORDER BY, and similar clauses." 2024-09-04 18:44:35 +02:00
Alexander Tokmakov
d948de53c6
Merge pull request #68584 from baolinhuang/covered_by_broken_duplicate
Avoid detached covered-by-broken part duplicates
2024-09-04 16:06:42 +00:00
Alexander Tokmakov
d2ae779368
Update 00626_replace_partition_from_table_zookeeper.sh 2024-09-04 17:18:16 +02:00
Max K.
708d5bbc2d
Merge pull request #69257 from ClickHouse/ci_stress_to_func_runners
CI: Merge stress and func runners type
2024-09-04 13:32:58 +00:00
Mikhail f. Shiryaev
63931be6a0
Make infrastructure related scripts private 2024-09-04 15:28:35 +02:00
taiyang-li
4bd9e10ce4 Merge branch 'improve_array_zip' of https://github.com/bigo-sg/ClickHouse into improve_array_zip 2024-09-04 21:11:11 +08:00
taiyang-li
fd05f30ee1 change as request 2024-09-04 21:10:32 +08:00
Mikhail f. Shiryaev
938b5ba0ed
Merge pull request #69252 from Algunenano/backport_pr
Backports should read tags from its repo only
2024-09-04 12:43:58 +00:00
Max Kainov
ea7cff43f6 CI: Merge stress and func runners type 2024-09-04 14:21:44 +02:00
Anton Popov
10d19b47b7 fix dropping of file cache in CHECK query in case of enabled transactions 2024-09-04 12:18:44 +00:00
Raúl Marín
404aea55a9 01114_database_atomic: Increase time frames to reduce flakiness 2024-09-04 14:09:45 +02:00
Anton Popov
6042637e67 fix clang-tidy 2024-09-04 11:36:16 +00:00
Raúl Marín
3807bea354 Backports should read tags from its repo only 2024-09-04 13:28:04 +02:00
Kruglov Pavel
54c6aa957d
Merge pull request #67150 from Avogar/dynamic-cast-or-default
Improve castOrDefault from Variant/Dynamic columns
2024-09-04 11:27:35 +00:00
Kruglov Pavel
10893d3ea8
Merge pull request #69109 from Avogar/csv-bool-from-string
Don't infer Bool type from String in CSV when input_format_csv_try_infer_numbers_from_strings = 1
2024-09-04 11:27:21 +00:00
Nikita Mikhaylov
6fbeca5cb8
Merge pull request #69204 from ClickHouse/vdimir/cleint-log-sanitizer-reports
Collect sanitizer report from client to `client_log`
2024-09-04 10:44:40 +00:00
alesapin
e695814e1f
Merge pull request #69190 from ClickHouse/fix_flaky_move_partition
Fix flaky 02915_move_partition_inactive_replica
2024-09-04 10:40:32 +00:00
Nikita Mikhaylov
73bbc16250
Update tests/queries/0_stateless/03233_async_insert_infile_format.sh
Co-authored-by: vdimir <vdimir@clickhouse.com>
2024-09-04 12:39:15 +02:00
Igor Nikonov
042dbea094
Merge pull request #69146 from ClickHouse/pr-duplicate-announcement
Fix: parallel replicas duplicate announcement request
2024-09-04 10:27:20 +00:00
Igor Nikonov
4dc8159b43
Merge pull request #69202 from ClickHouse/pr-incorrect-reverse-order
Test for parallel replicas, reverse in order reading mode
2024-09-04 10:27:04 +00:00
Robert Schulze
7a98f7fecc
Add testcase for ANN index usage with subquery 2024-09-04 10:21:19 +00:00
Max K.
a3e5a3cd10
Merge pull request #69181 from ClickHouse/ci_rerun_check_rollback
CI: Rerun check: do not check if manual rerun
2024-09-04 08:29:54 +00:00
Michael Kolupaev
ac861768bc Final submodule commit 2024-09-04 07:53:41 +00:00
Antonio Andelic
a5d7298446
Merge pull request #69199 from ClickHouse/fix-jepsen-aarch64
Fix jepsen for aarch64
2024-09-04 07:48:40 +00:00
Michael Kolupaev
e6af5d611d
Merge pull request #69234 from ClickHouse/memprog
Fix progress bar when reading from Memory tables
2024-09-04 07:45:25 +00:00
János Benjamin Antal
26cb783e6f Remove unnecessary nullptr check 2024-09-04 07:44:07 +00:00