Commit Graph

136940 Commits

Author SHA1 Message Date
Dmitry Novik
0a23c8e9de
Merge pull request #61037 from ClickHouse/analyzer-fix-table-function-resolve
Fix TableFunctionExecutable::skipAnalysisForArguments
2024-03-08 11:28:20 +01:00
Robert Schulze
1366a3ebe2
Merge pull request #60649 from rschu1ze/revert-revert-54746_to_millisecond_function
Revert "Revert "Add `toMillisecond` function""
2024-03-08 10:55:04 +01:00
Nikolai Kochetov
4c3fa4e864 Use global scalars cache in analyzer. 2024-03-08 09:43:57 +00:00
Alex Cheng
b1dcf3183b
Update settings.md 2024-03-08 17:37:03 +08:00
Nikolai Kochetov
66127173e5
Merge pull request #60464 from ClickHouse/constant-folding-scalar-subqueries
Try to avoid calculation of scalar subqueries for CREATE TABLE.
2024-03-08 10:18:41 +01:00
Antonio Andelic
efb72ca8f1 Add tests for fixed issues 2024-03-08 08:41:08 +01:00
Antonio Andelic
adeb0b2d48
Merge pull request #60934 from ClickHouse/fix-restore-with-async-replicated-database
Fix async RESTORE with Replicated database
2024-03-08 08:26:05 +01:00
lzydmxy
582a427931 Add comment for move connection drain from prepare() to work() 2024-03-08 13:54:37 +08:00
Alexey Milovidov
fd0389d45a
Merge pull request #61011 from ClickHouse/speed-up-cctools
Speed up cctools building
2024-03-08 08:43:44 +03:00
Alexey Milovidov
34174b511e
Merge pull request #61066 from ClickHouse/less-contention-in-cache
Less contention in the cache, part 1
2024-03-08 08:29:09 +03:00
Alexey Milovidov
5978ad5fd1
Merge pull request #60615 from max-sixty/prql-panic
fix(prql): Robust panic handler
2024-03-08 06:07:38 +03:00
Alexey Milovidov
e7f99280dc Less contention in the cache, part 1 2024-03-08 02:10:01 +01:00
Nikita Taranov
e66ac5770c
Merge pull request #60462 from ClickHouse/davenger-patch-1
Do not check to and from files existence in metadata_storage because it does not see uncommitted changes
2024-03-08 00:26:58 +01:00
豪肥肥
5bfb6f08a8
[Docs] correction arguments 2024-03-08 06:29:15 +08:00
Maximilian Roos
9935196556
Merge branch 'master' into prql-panic 2024-03-07 12:25:54 -08:00
Nikita Mikhaylov
8e3fc1044f
Reject INSERT if async_insert=1 + deduplicate_blocks_in_dependent_materialized_views=1 (#60888) 2024-03-07 20:39:56 +01:00
Nikita Mikhaylov
7365da9293 Better 2024-03-07 19:30:31 +00:00
Nikita Mikhaylov
2bc4d27ac6 Bye bye 2024-03-07 19:24:39 +00:00
johnnymatthews
a00a1fd7b4 Adds readWKT docs. 2024-03-07 14:45:15 -04:00
Anton Popov
c8d4c6ddd3 Merge remote-tracking branch 'upstream/master' into HEAD 2024-03-07 18:38:01 +00:00
Igor Nikonov
3c24082253 Merge remote-tracking branch 'origin/master' into fix-usan-parallel-replicas-prewhere 2024-03-07 18:05:10 +00:00
Nikolai Kochetov
73cc3e1c92 Merge branch 'master' into constant-folding-scalar-subqueries 2024-03-07 17:49:31 +00:00
Nikolai Kochetov
2781224d7a
Merge pull request #61056 from ClickHouse/fast-test-fix
Fast fix tests.
2024-03-07 18:47:44 +01:00
Nikolai Kochetov
0f166baf6b Fast fix tests. 2024-03-07 17:44:27 +00:00
Anton Popov
b9d6f4b3ed fix deadlock in async inserts via native protocol 2024-03-07 17:42:50 +00:00
Igor Nikonov
a2bdb054ca Cleanup 2024-03-07 17:31:37 +00:00
Nikolai Kochetov
97607f1031 Fix style 2024-03-07 17:06:45 +00:00
Igor Nikonov
1b2357198d Fix: parallel replicas + prewhere 2024-03-07 17:03:43 +00:00
johnnymatthews
bd194aab41 Adds makeDateTime64 function. 2024-03-07 12:55:21 -04:00
Sema Checherinda
820916b925
Merge pull request #60965 from ClickHouse/chesema-shuffle-ip
shuffle resolved IPs
2024-03-07 17:32:00 +01:00
Nikita Mikhaylov
82ba97c3a7
More explicit template instantiations (#60730) 2024-03-07 17:16:13 +01:00
Nikolai Kochetov
2b8cf8b6e9 Merge branch 'master' into constant-folding-scalar-subqueries 2024-03-07 16:06:55 +00:00
Nikolai Kochetov
2db1876750 Fixing analyzer. 2024-03-07 15:42:45 +00:00
jsc0218
0e144c95cc
Merge pull request #60987 from ClickHouse/fix-typo-12
Fix a typo
2024-03-07 10:23:09 -05:00
jsc0218
835afe1f34
Merge pull request #60893 from jsc0218/AddNamedCollectionGrantDoc
Add named collection grant description
2024-03-07 10:15:54 -05:00
vdimir
de33af8e1a
Merge pull request #60875 from ZhiguoZh/20240305-analyzer-refactor
Refactor OptimizeDateOrDateTimeConverterWithPreimageVisitor
2024-03-07 15:58:31 +01:00
robot-clickhouse-ci-2
4153e20645
Merge pull request #61021 from ClickHouse/tylerhannan-patch-1
Update README.md
2024-03-07 15:39:59 +01:00
Nikolai Kochetov
2111158631
Merge pull request #60950 from ClickHouse/allow-subqueries-for-in-parallel-replicas
Allow subqueries for IN with parallel replicas under a setting.
2024-03-07 15:24:05 +01:00
Nikolai Kochetov
76bca1a743 Merge branch 'master' into allow-subqueries-for-in-parallel-replicas 2024-03-07 14:14:16 +00:00
HarryLeeIBM
3a4ef70a20 Make better looking 2024-03-07 06:03:33 -08:00
Mikhail f. Shiryaev
4d714b5d96
Merge pull request #60611 from ClickHouse/ready-for-release
Investigate and fix an issue with MarkReleaseReady
2024-03-07 14:54:36 +01:00
Dmitry Novik
5b28614f4c Fix TableFunctionExecutable::skipAnalysisForArguments 2024-03-07 14:50:37 +01:00
Nikolai Kochetov
cd4b60b51a Rename the setting 2024-03-07 13:38:00 +00:00
Dmitry Novik
23b33e5e32 Merge remote-tracking branch 'origin/master' into analyzer-refactor-constant-name 2024-03-07 14:18:44 +01:00
Alex Cheng
a23d0bb75b
Update settings.md 2024-03-07 21:06:41 +08:00
Tyler Hannan
5ae203ce4d
Update README.md 2024-03-07 14:03:21 +01:00
Max K
086ef14fe6
Merge pull request #61022 from ClickHouse/ci_test_build_checkout_step
CI: test build's checkout step issue
2024-03-07 13:57:36 +01:00
Anton Popov
c103b0084b
Merge pull request #60205 from CurtizJ/refactor-virtual-columns
Refactoring of virtual columns
2024-03-07 13:38:35 +01:00
vdimir
21609a91e6
Merge pull request #60655 from ClickHouse/vdimir/analyzer/join_use_nulls_prewhere
Analyzer: Fix bug with join_use_nulls and PREWHERE
2024-03-07 13:28:00 +01:00
Max Kainov
61d64fd7e0 CI: test build's checkout step issue
#no_ci_cache
 #job_package_debug
 #job_style_check
2024-03-07 12:26:09 +00:00