Commit Graph

143984 Commits

Author SHA1 Message Date
Mikhail Gorshkov
83901b82c9 Merge branch 'master' of github.com:ClickHouse/ClickHouse into ADQM-1892 2024-06-05 13:13:06 +00:00
Anton Popov
5e9a41bd9f fix untacked memory in MemoryTrackerSwitcher 2024-06-05 13:10:37 +00:00
alesapin
1c346d5c2e Bump 2024-06-05 15:04:48 +02:00
alesapin
59784a4cf2 Upload blob_storage_log from stateless tests 2024-06-05 15:04:15 +02:00
Han Fei
ac430bb01d
Merge pull request #59357 from hanfei1991/hanfei/stats_uniq
Introduce statistics of type "number of distinct values"
2024-06-05 12:56:52 +00:00
Azat Khuzhin
11905682a9 Check python code with flake8
Recently assert-on-tuple had been introduced in tests [1], let's prevent
this.

  [1]: https://github.com/ClickHouse/ClickHouse/pull/56367#discussion_r1437098533

v2: pin flake8 to 4.0.1 (instead of originally 6.1) due to other dependencies, hope that it will find such errors
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-06-05 14:46:38 +02:00
Azat Khuzhin
b2535d7f50 Fix invalid escape sequence warnings
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-06-05 14:46:38 +02:00
Azat Khuzhin
a474816fc7 Add missing botocore import into clickhouse_backupview.py
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-06-05 14:46:38 +02:00
Azat Khuzhin
69d23f5e67 Fix all problems in tests that had been found by flake8
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-06-05 14:46:38 +02:00
vdimir
d2d8618d27
Merge pull request #64775 from bigo-sg/debug_inequal_join
Mixed join condition with function `in`
2024-06-05 12:40:30 +00:00
Robert Schulze
1628c2985d Some fixups 2024-06-05 11:55:55 +00:00
Han Fei
9b7944e3a5
Merge pull request #64827 from ClickHouse/fix-clang-tidy-s3-queue
Fix clang-tidy
2024-06-05 11:54:14 +00:00
Yarik Briukhovetskyi
2fef05e9c9
Merge pull request #64819 from avinzhang/patch-1
Update mongodb.md
2024-06-05 11:44:49 +00:00
Kseniia Sumarokova
b6b19ca6d3
Merge pull request #64762 from azat/mt-write-once-fixes
Do not try to write columns.txt if it does not exists for write-once storages
2024-06-05 11:22:54 +00:00
Igor Nikonov
22d50dcd3e
Merge pull request #64579 from ClickHouse/store-analysis-result
Cache first analysis result in ReadFromMergeTree
2024-06-05 11:21:50 +00:00
Yarik Briukhovetskyi
2eec012e39
reload CI 2024-06-05 13:18:09 +02:00
Yarik Briukhovetskyi
fbe29c0737
remove trailing whitespace 2024-06-05 13:16:38 +02:00
Han Fei
c04e7e64af Merge branch 'master' into hanfei/stats_uniq 2024-06-05 13:09:15 +02:00
Yarik Briukhovetskyi
73d0b51283
Merge pull request #64220 from yariks5s/test_distributed_table_exception
Add test for #37090
2024-06-05 10:49:31 +00:00
Robert Schulze
88da651dd7
Merge pull request #64837 from tomershafir/xray-build-amd64-linux-only
xray: rename cmake file and build only on amd64 linux
2024-06-05 10:32:16 +00:00
Kseniia Sumarokova
f50fbfa411
Merge pull request #64803 from ClickHouse/fix-memory-leak-in-slru
Fix memory leak in slru cache policy
2024-06-05 09:58:12 +00:00
Kseniia Sumarokova
ba90cf22f6
Merge branch 'master' into fix-clang-tidy-s3-queue 2024-06-05 11:48:04 +02:00
tomershafir
3e8929f5f0 xray: rename cmake file and build only on amd64 linux 2024-06-05 12:40:18 +03:00
Blargian
5f3bc4271f rename forgoten isEscapeSequence to is_escape_sequence 2024-06-05 10:58:30 +02:00
kssenii
c25f8fa28c Fix 2024-06-05 10:58:08 +02:00
Max K
eae9622921
Merge pull request #64825 from ClickHouse/ci_fix_await_in_prs
CI: fix CI await feature
2024-06-05 08:51:04 +00:00
Max K
c14d1b482f
Merge pull request #64824 from ClickHouse/ci_coverage_jobs_fix
CI: Move coverage build to non-special build list
2024-06-05 08:34:49 +00:00
Blargian
a13bf25268 Trigger CI 2024-06-05 10:26:56 +02:00
Max K
418911c7d7 CI: fix CI await feature 2024-06-05 10:21:00 +02:00
Robert Schulze
ec3b82ba63
Merge pull request #64606 from rschu1ze/map-stuff
Double-checking #59318 and docs for `Map`
2024-06-05 07:56:29 +00:00
Max K
c6f6b1da7d add comment in yml wf 2024-06-05 09:47:11 +02:00
Robert Schulze
4639b108e7
Merge pull request #64823 from rschu1ze/fix-tidy
Fix clang-tidy build
2024-06-05 07:42:05 +00:00
Max K
06c9438341 CI: Move coverage build to non-special build list 2024-06-05 09:34:31 +02:00
Mikhail f. Shiryaev
ecac630784
Merge pull request #64817 from ClickHouse/securoty-generator
Fix wrong supported year recognition
2024-06-05 07:33:52 +00:00
Robert Schulze
3bb1157a0e
Fix clang-tidy 2024-06-05 07:32:57 +00:00
Antonio Andelic
0f23f9b384
Merge pull request #64784 from ClickHouse/keeper-correct-snapshot-size
Fix Keeper snapshot size in `mntr`
2024-06-05 07:17:57 +00:00
Alexey Milovidov
2c5ebf9ca6
Merge branch 'master' into master 2024-06-05 04:23:37 +02:00
Alexey Milovidov
adc5677313 Merge branch 'master' into analyzer-fuzz-4 2024-06-05 04:14:17 +02:00
Alexey Milovidov
e7d379c5b8 Merge branch 'master' into analyzer-fuzz-2 2024-06-05 04:14:01 +02:00
Alexey Milovidov
02a3049876
Merge pull request #58285 from canhld94/fix_a_test
Hot reload storage policy for distributed tables when adding a new disk
2024-06-05 04:11:49 +02:00
lgbo-ustc
284d2b5e69 update test 2024-06-05 09:43:48 +08:00
lgbo-ustc
8c94832c20 fixed #64513. mixed join condition with function 'in' 2024-06-05 09:33:04 +08:00
avinzhang
92c41031a5
Update mongodb.md
Customers had difficulties finding the correct connection URL for Mongodb Atlas
2024-06-05 11:24:57 +10:00
Alexey Milovidov
8f550f1757
Merge pull request #64800 from Algunenano/02228_merge_tree_insert_memory_usage
Attempt to fix 02228_merge_tree_insert_memory_usage.sql flakiness for s3
2024-06-05 03:15:18 +02:00
Alexey Milovidov
09c2151f3b
Fix style 2024-06-05 03:08:58 +02:00
Alexey Milovidov
bb9091ad5a
Merge pull request #64582 from arenadata/ADQM-1868
Binary math functions Decimal support
2024-06-05 02:15:40 +02:00
Alexey Milovidov
78506304b7
Merge pull request #55061 from amosbird/support-empty-tuple-2
Support empty tuple [second implementation]
2024-06-05 02:00:03 +02:00
Alexey Milovidov
5a5bdd87cb
Merge pull request #64592 from tomershafir/xray
xray: add global xray instrumentation support
2024-06-05 01:25:25 +02:00
Han Fei
f7ca33868b Merge branch 'master' into hanfei/stats_uniq 2024-06-05 01:21:49 +02:00
Alexey Milovidov
a6fe50c103
Merge pull request #42544 from ClickHouse/try-about-on-current-thread-join
Try abort on current thread join.
2024-06-05 01:13:25 +02:00