Commit Graph

57125 Commits

Author SHA1 Message Date
Nikolai Kochetov
17346ad394 Cleanup. 2024-05-16 10:41:19 +00:00
Nikolai Kochetov
c93f363be8 Another attempt. 2024-05-15 13:56:56 +00:00
Nikolai Kochetov
6a6688169a
Merge branch 'master' into fix-duplicating-sucling-alias 2024-05-14 19:56:03 +02:00
Nikolai Kochetov
b27c529548 Fix a query with duplicating cycling alias. 2024-05-14 17:51:21 +00:00
vdimir
53383396a3
Merge pull request #63432 from p1rattttt/external_cross_join
Added possibility to do cross join in temporary file if size exceeds limits
2024-05-14 17:15:47 +00:00
Igor Nikonov
4de0371320
Merge pull request #63685 from ClickHouse/pr-simple-cleanup
Parallel replicas: simple cleanup
2024-05-14 14:51:58 +00:00
Raúl Marín
76f9eda99b
Merge pull request #63719 from Algunenano/better_ColumnString
Better asserts in ColumnString.h
2024-05-14 14:29:35 +00:00
Raúl Marín
81951354e8
Merge pull request #63718 from Algunenano/uniq
Add missing explicit instantiations of ColumnUnique
2024-05-14 14:29:15 +00:00
jsc0218
3af24dacf8
Merge pull request #63692 from ClickHouse/cleanup-select-ranges-to-read
selectRangesToRead() simple cleanup
2024-05-14 13:28:54 +00:00
Dmitry Novik
7de852fccc
Merge pull request #63694 from ClickHouse/analyzer-small-fix
Analyzer: Forbid WINDOW redefinition
2024-05-14 12:43:43 +00:00
Kruglov Pavel
7ce3302af0
Merge pull request #62430 from HowePa/output_format_npy
Add Npy output format
2024-05-14 11:55:33 +00:00
Nikolai Kochetov
5f91cb6dd7
Merge pull request #63702 from ClickHouse/add-fuzzed-analyzer_join_with_constants
Fix fuzzed analyzer_join_with_constant query
2024-05-14 11:26:15 +00:00
Han Fei
0605105a77
Merge pull request #63754 from arthurpassos/remove_unused_cares_method
Remove unused CaresPTRResolver::cancel_requests method
2024-05-14 11:16:17 +00:00
Arthur Passos
4013195a64 remove unused cancel_requests method 2024-05-14 12:53:31 +02:00
vdimir
6ad0102604
Merge pull request #63277 from ClickHouse/vdimir/doc_allow_experimental_join_condition
More details about allow_experimental_join_condition
2024-05-14 10:30:18 +00:00
Nikolai Kochetov
03b47ddcbd
Merge pull request #63688 from kitaisreal/analyzer-view-read-only-necessary-columns
Analyzer view read only necessary columns
2024-05-14 09:25:08 +00:00
Nikolai Kochetov
6315c32407
Merge pull request #63722 from ClickHouse/fix-63653
Fix #63653
2024-05-14 09:07:31 +00:00
Sergei Trifonov
c1f853d92a
Merge pull request #62165 from ClickHouse/intrusive-list-scheduler-queues
Use intrusive lists for `ResourceRequest` instead of deque
2024-05-14 09:06:15 +00:00
vdimir
d3f03e9c94
More details about allow_experimental_join_condition 2024-05-14 08:57:56 +00:00
p1rattttt
937107fb6b
Merge branch 'ClickHouse:master' into external_cross_join 2024-05-14 11:55:13 +03:00
vdimir
6f74bebb48
Merge pull request #63405 from ClickHouse/vdimir/group_by_use_nulls_fixes
Small fixes for group_by_use_nulls
2024-05-14 08:45:20 +00:00
Michael Kolupaev
f5decc7ac3
Merge pull request #63730 from ClickHouse/nomaps
Userspace page cache: don't collect stats if cache is unused
2024-05-14 08:30:03 +00:00
Antonio Andelic
224dad9e16
Merge pull request #63687 from ClickHouse/read-s3-proper-cancel
Cancel S3 reads properly when parallel reads are used
2024-05-14 08:20:04 +00:00
Antonio Andelic
95aa9af3c1
Merge pull request #62377 from skyoct/feat/func_clamp
support clamp function
2024-05-14 08:09:02 +00:00
豪肥肥
72fa329808
Merge branch 'ClickHouse:master' into output_format_npy 2024-05-14 11:07:46 +08:00
Michael Kolupaev
f6cc1051c1 Fix 2024-05-14 00:29:52 +00:00
Michael Kolupaev
bdc82b61f5 Userspace page cache: don't collect stats if cache is unused 2024-05-13 23:43:20 +00:00
Michael Kolupaev
0fd52c36c6
Merge pull request #61632 from bigo-sg/opt_string_ascii
Process string functions XXXUTF8 'asciily' if input strings are all ascii chars
2024-05-13 22:13:01 +00:00
Nikolai Kochetov
7e5fc0d61d Fix #63653 2024-05-13 18:05:59 +00:00
Nikolai Kochetov
ebd0865fb0
Merge pull request #62922 from ClickHouse/more-cases-for-group-by-use-nulls
group_by_use_nulls strikes back
2024-05-13 18:00:33 +00:00
Maxim Alexeev
9c2e1bfce6 fixed review 2024-05-13 19:39:45 +03:00
Raúl Marín
68e76aefc1 Better asserts in ColumnString.h 2024-05-13 18:25:32 +02:00
Raúl Marín
c1a03eca6f Add missing explicit instantiations of ColumnUnique 2024-05-13 18:22:59 +02:00
p1rattttt
0bd39b86d5
Merge branch 'ClickHouse:master' into external_cross_join 2024-05-13 19:06:59 +03:00
Nikolai Kochetov
bd8cad1d8e Fix fuzzed analyzer_join_with_constant query 2024-05-13 15:10:51 +00:00
Igor Nikonov
7b043b9d9a Merge remote-tracking branch 'origin/master' into pr-simple-cleanup 2024-05-13 13:33:55 +00:00
Dmitry Novik
2458defd01 Analyzer: Forbid WINDOW redefinition 2024-05-13 15:16:35 +02:00
Antonio Andelic
449aacb3d0
Correct 2024-05-13 15:08:52 +02:00
Antonio Andelic
2b38b8a97b
Correct byte count 2024-05-13 14:49:26 +02:00
Dmitry Novik
5e1a3b5601
Update src/Interpreters/InterpreterSelectQueryAnalyzer.cpp 2024-05-13 14:48:33 +02:00
Igor Nikonov
aff8bea1e6 selectRangesToRead() simple cleanup 2024-05-13 12:47:19 +00:00
Nikolai Kochetov
bb9652998b Another attemtp. 2024-05-13 12:26:10 +00:00
Maksim Kita
b8c719f866 Analyzer view read only necessary columns 2024-05-13 13:41:47 +03:00
Antonio Andelic
e65dd3d939 Cancel S3 reads properly when parallel reads are used 2024-05-13 12:36:29 +02:00
Igor Nikonov
033155d8fa Parallel replicas: simple cleanup 2024-05-13 09:05:42 +00:00
Alexey Milovidov
f27a0d6801
Merge pull request #60469 from ClickHouse/clang-18-ci
Use clang-18 in CI
2024-05-13 09:35:45 +02:00
Alexey Milovidov
2d138d3d7e
Merge pull request #63674 from nickitat/remove_monotonous_func_optimisation_leftovers
Remove leftovers of `optimize_monotonous_functions_in_order_by`
2024-05-12 22:29:52 +00:00
Nikita Taranov
68d9e55302 impl 2024-05-12 20:38:43 +01:00
Alexey Milovidov
c44e42dd7a Useless changes 2024-05-12 18:22:41 +02:00
Alexey Milovidov
24bddeedf9 Useless changes 2024-05-12 18:22:09 +02:00