Commit Graph

103143 Commits

Author SHA1 Message Date
Vitaly Baranov
fc0f29821b Use constant evaluation when calculating referential dependencies. 2022-12-12 19:19:18 +01:00
Vitaly Baranov
efbf0f7398 Move DDLDependencyVisitor from header to cpp file. 2022-12-12 19:19:11 +01:00
Vitaly Baranov
4f0d1c5e0f Fix copying of query contexts for async backup/restore. 2022-12-12 18:22:14 +01:00
Vitaly Baranov
5aaff60650 Fix referential dependencies when host & post in a clickHouse dictionary source are set by default. 2022-12-12 18:22:14 +01:00
Vitaly Baranov
0207637f6b Use query context instead of the global context in DDLDependencyVisitor. 2022-12-12 18:22:14 +01:00
Vitaly Baranov
76ba8ab3d4 Add new tests. 2022-12-12 18:22:09 +01:00
Vitaly Baranov
78c433b79d Improve TablesDependencyGraph. 2022-12-12 18:22:04 +01:00
Han Fei
ad91cb3eb1
Merge pull request #44118 from bswaterb/patch-1
Create uk-price-paid.mdx
2022-12-12 16:19:13 +01:00
Alexander Tokmakov
dd5aac75f9
Update StorageSystemDatabases.cpp 2022-12-12 18:18:45 +03:00
Vitaly Baranov
7d701e9b32
Merge pull request #44065 from vitlibar/fix-race-in-s3-multipart-upload
Fix race in s3 multipart upload
2022-12-12 15:28:05 +01:00
Robert Schulze
b5797d4f6f
Merge pull request #44121 from azat/build/freebsd-warnings
Fix -Wshorten-64-to-32 on FreeBSD and enable -Werror
2022-12-12 15:11:12 +01:00
Nikolay Degterinsky
e0defffcb4 Fix build 2022-12-12 13:47:06 +00:00
Alexander Tokmakov
db7f2ed42b
Update getDictionaryConfigurationFromAST.cpp 2022-12-12 16:46:04 +03:00
Alexander Tokmakov
d54f739836 ensure force_restore_data is removed from zk 2022-12-12 14:27:35 +01:00
Alexander Tokmakov
eaa7096c4e add *.generated-expect to gitignore 2022-12-12 14:05:37 +01:00
Alexander Tokmakov
469406c494 ignore session expired errors after BC check 2022-12-12 14:02:14 +01:00
Kruglov Pavel
d8d7385e68
Merge pull request #43161 from AlfVII/fix-race-condition-between-inserts-and-dropping-mvs
Fixed race condition between inserts and dropping MVs
2022-12-12 13:53:36 +01:00
vdimir
a25c0d7544
Join engine works with analyzer 2022-12-12 12:19:47 +00:00
Antonio Andelic
965d08575e Add test 2022-12-12 12:08:42 +00:00
flynn
acc41fda88 fix 2022-12-12 12:01:55 +00:00
Antonio Andelic
e18ac19ab3 Prevent dropping nested column if it can create empty part 2022-12-12 11:55:33 +00:00
Sema Checherinda
aecc509f80 make calls to be sure that parts are deleted 2022-12-12 12:37:52 +01:00
Robert Schulze
f66e16b370
Fix style check 2022-12-12 11:25:53 +00:00
kssenii
a0c620269b Merge remote-tracking branch 'origin/fix-progress-from-s3' into fix-progress-from-s3 2022-12-12 12:06:41 +01:00
kssenii
d2522635ef Fix build 2022-12-12 12:06:00 +01:00
Sema Checherinda
da01af356c
Merge pull request #43760 from CheSema/do-not-run-clear-old-parts-at-shutdown
do not clear old parts at shutdown
2022-12-12 12:00:52 +01:00
Mikhail f. Shiryaev
092f87a60d
Merge pull request #44079 from ClickHouse/gh-helper-cache
Fix the CACHE_PATH creation for default value
2022-12-12 11:05:36 +01:00
Azat Khuzhin
3dfc86d3f8 Enable -Werror unconditionally (will enable it for FreeBSD)
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-12-12 08:05:57 +01:00
Azat Khuzhin
9ed6aa0be1 Fix -Wshorten-64-to-32 on FreeBSD
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-12-12 08:05:28 +01:00
flynn
b68bbbd74e
Merge branch 'master' into filelog-fix 2022-12-12 11:33:33 +08:00
flynn
6c94a19bd7 fix 2022-12-12 03:33:06 +00:00
Alexey Milovidov
bca18298a1
Merge pull request #44067 from ClickHouse/fix-quantiles-msan
Fix undefined behavior in `quantiles` function
2022-12-12 04:19:00 +03:00
Alexey Milovidov
e5f8a4e4c2
Merge pull request #44129 from ClickHouse/better-signal-messages
Better descriptions of signals
2022-12-12 04:18:32 +03:00
Nikolay Degterinsky
19e95e8cd8 Better implementation of password rules 2022-12-11 23:59:04 +00:00
flynn
3ec93d4c00 fix 2022-12-11 16:40:36 +00:00
Azat Khuzhin
de58e9c02d Integrate skim into the client/local
Note, that it can the fail the client if the skim itself will fail,
however I haven't seen it panicd, so let's try.

P.S. about adding USE_SKIM into configure header instead of just compile
option for target, it is better, because it allows not to recompile lots
of C++ headers, since we have to add skim library as PUBLIC.

Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-12-11 15:52:00 +01:00
Azat Khuzhin
8570f15688 Configure rustc compiler properly
Right now it works for host platforms because of gcc package, that
includes gcc-cross sysroot.

Use bundled sysroot from contrib instead.

Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-12-11 15:52:00 +01:00
Azat Khuzhin
f8a070acbe Add rust target folder to gitignore
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-12-11 15:51:37 +01:00
Azat Khuzhin
e6720689fc rust/blak3: remove eXecutable bit from CMakeLists
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-12-11 15:51:37 +01:00
Azat Khuzhin
67eab36086 corrosion-cmake: clean rules
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-12-11 15:51:37 +01:00
Sema Checherinda
a32a7ebb66
Update 01560_ttl_remove_empty_parts.sh
adjust test, do mutation with sync
2022-12-11 12:23:13 +01:00
Sema Checherinda
5c7d8bab5c
Merge branch 'master' into do-not-run-clear-old-parts-at-shutdown 2022-12-11 10:10:29 +01:00
Alexey Milovidov
9a48cf0da8
Merge pull request #40422 from pkubaj/patch-1
Add FreeBSD/powerpc64le support
2022-12-11 09:38:04 +03:00
Alexey Milovidov
c207162aae
Merge pull request #43728 from ClickHouse/install-script-diagnostics
try to remove clickhouse if already exists
2022-12-11 09:32:51 +03:00
Alexey Milovidov
4ceea2b43c
I hate abbreviations and short variable names wholeheartedly 2022-12-11 08:57:04 +03:00
Alexey Milovidov
d4d0cb864c
Merge branch 'master' into install-script-diagnostics 2022-12-11 08:54:49 +03:00
Alexey Milovidov
03648ab5a9
Merge pull request #43991 from ClibMouse/openssl_support
Add OpenSSL option to Clickhouse
2022-12-11 07:59:23 +03:00
Alexey Milovidov
aacbc3069c
Merge pull request #44124 from CurtizJ/fix-flaky-test
Fix flaky test `02497_trace_events_stress_long`
2022-12-11 07:51:44 +03:00
Alexey Milovidov
80cb90dac1
Merge pull request #44091 from ClickHouse/fix_44084
Fix another bug in AggregateFunctionMinMaxAny
2022-12-11 07:49:56 +03:00
Alexey Milovidov
0acadc6724 Fix one more UB 2022-12-11 04:29:06 +01:00