Commit Graph

23204 Commits

Author SHA1 Message Date
Mikhail f. Shiryaev
1b4859ff54
Merge pull request #44273 from ClickHouse/fix-mark-release-ready
Get rid of global Git object
2022-12-15 19:59:19 +01:00
Dmitry Novik
7ad3ff8a9e
Merge pull request #44244 from ClickHouse/part-log-removal-info
Add more information about part removal into system.parts table
2022-12-15 18:06:55 +01:00
Mikhail f. Shiryaev
3907b64d09
Get rid of global Git object 2022-12-15 17:43:48 +01:00
Mikhail f. Shiryaev
8c7b9c50bb
Merge branch 'master' into timeout-stress-tests 2022-12-15 14:53:13 +01:00
Kruglov Pavel
b63ff31061
Merge pull request #44192 from Avogar/fix-bad-cast
Fix possible Bad cast from type DB::IAST const* to DB::ASTLiteral const*
2022-12-15 14:02:41 +01:00
Dmitry Novik
9b120e3b33 Update test 2022-12-15 01:33:06 +00:00
Vitaly Baranov
fb8aca8319
Merge pull request #44158 from vitlibar/improve-referential-deps
Improve referential dependencies
2022-12-14 21:17:02 +01:00
Alexander Tokmakov
126cf4fdef
Merge branch 'master' into hanfei/create-async-blocks 2022-12-14 21:10:54 +03:00
Maksim Kita
335f8ed83d
Merge pull request #43897 from ClickHouse/vdimir/analyzer-storage-join
Join engine works with analyzer
2022-12-14 21:06:43 +03:00
Anton Popov
c6b6b0ad7d
Merge pull request #44173 from CurtizJ/fix-fetch-projection
Fix `LOGICAL_ERROR` if fetch of projection was stopped
2022-12-14 15:55:26 +01:00
Anton Popov
3593377f23
Merge pull request #44159 from ClickHouse/prevent-delete-nested-if-empty-part
Prevent dropping nested column if it creates empty part
2022-12-14 15:04:15 +01:00
Han Fei
34a589a7d8 create async_blocks zk path for old replicated tables and add a flag "async_insert_deduplicate" 2022-12-14 14:06:12 +01:00
Maksim Kita
19d9e8d064
Merge pull request #43999 from ClickHouse/if-transform-strings-to-enum-pass
Support `optimize_if_transform_strings_to_enum` in new analyzer
2022-12-14 15:39:42 +03:00
Mikhail f. Shiryaev
9a422974ab
Timeout stress-tests after 2.5 hours 2022-12-14 12:51:35 +01:00
Mikhail f. Shiryaev
16b2d5dfd1
Improve TeePopen typing and structure 2022-12-14 12:51:34 +01:00
Sema Checherinda
fdecb85dc4
Merge pull request #44156 from CheSema/fix_flaky_test_attach_detach
make calls to be sure that parts are deleted
2022-12-14 12:39:39 +01:00
Alexander Tokmakov
816eba6149
Merge pull request #44202 from ClickHouse/fix_an_assertion_in_transactions
Fix an assertion in transactions
2022-12-14 14:25:09 +03:00
Vladimir C
06ff93d801
Merge pull request #39129 from unbyte/issue-28967
closes https://github.com/ClickHouse/ClickHouse/issues/28967
2022-12-14 12:17:44 +01:00
Antonio Andelic
b2cce09004
Merge pull request #44184 from ClickHouse/close-grpc-channel-in-tests
Close GRPC channels in tests
2022-12-14 09:47:36 +01:00
Alexey Milovidov
4549b14027
Revert "Add function 'age'" 2022-12-13 23:28:09 +03:00
Alexander Tokmakov
f4c8281ccc avoid outdating part twice 2022-12-13 21:24:26 +01:00
Alexander Tokmakov
f9d63de22f
Merge pull request #43468 from lingtaolf/feature/add_create_database_query
Add engine_full column to system.databases
2022-12-13 23:00:42 +03:00
Nikolay Degterinsky
443bc3e656
Merge pull request #43719 from evillique/password_complexity_rules
Add password complexity rules
2022-12-13 17:56:45 +01:00
Nikolay Degterinsky
95748f54fb
Merge pull request #43749 from bigo-sg/improve_concat
Add function concatWithSeparator
2022-12-13 17:14:07 +01:00
Anton Popov
4d02b480da fix flaky test 2022-12-13 14:25:20 +00:00
Kruglov Pavel
a4525bb98f
Merge pull request #43826 from ucasfl/filelog-fix
Use disk operation to serialize and deserialize meta files of StorageFilelog
2022-12-13 14:14:42 +01:00
avogar
a1e5cb8c79 Fix possible Bad cast from type DB::IAST const* to DB::ASTLiteral const* 2022-12-13 13:12:44 +00:00
vdimir
ac4903d042
f 2022-12-13 12:52:15 +01:00
vdimir
931aad2420
Merge branch 'master' into issue-28967 2022-12-13 12:51:04 +01:00
vdimir
6d69e5e878
Revert changes in tests 2022-12-13 12:48:14 +01:00
Mikhail f. Shiryaev
9879d03bc4
Use contextmanager for grpc_channels 2022-12-13 12:43:48 +01:00
Vladimir C
ef45590413
Merge pull request #43925 from jh0x/improve-number-separator
Fixes https://github.com/ClickHouse/ClickHouse/issues/28967
2022-12-13 12:37:32 +01:00
Antonio Andelic
b8f76ce0e5 Close GRPC channels in tests 2022-12-13 10:25:54 +00:00
Vitaly Baranov
3c72ee79b9 Fix test 02025_dictionary_view_different_db (dictionaries without host & port are considered now as loading dependencies too). 2022-12-13 11:09:47 +01:00
Vitaly Baranov
5c1f490b3a Implement referential dependencies for table engine "Distributed"
and for functions cluster() and clusterAllReplicas().
2022-12-13 11:09:42 +01:00
李扬
6e5e2d5923
Merge branch 'master' into improve_concat 2022-12-13 12:12:48 +08:00
Maksim Kita
df30a4207d
Merge pull request #44098 from kitaisreal/analyzer-aggregate-function-lambda-crash-fix
Analyzer aggregate function lambda crash fix
2022-12-13 00:16:33 +03:00
Anton Popov
659a79e53f fix LOGICAL_ERROR if fetch of projection was stopped 2022-12-12 18:31:20 +00: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
76ba8ab3d4 Add new tests. 2022-12-12 18:22:09 +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
Sema Checherinda
aecc509f80 make calls to be sure that parts are deleted 2022-12-12 12:37:52 +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
flynn
b68bbbd74e
Merge branch 'master' into filelog-fix 2022-12-12 11:33:33 +08: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
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