Commit Graph

110720 Commits

Author SHA1 Message Date
avogar
f8dab850a9 Check for duplicate column in BSONEachRow format 2023-03-17 13:05:41 +00:00
Arthur Passos
0569620a81 remove all usages of the word enclosed and use quoted instead 2023-03-17 09:59:16 -03:00
Arthur Passos
c22475a531 minor changes 2023-03-17 09:46:29 -03:00
robot-clickhouse
2198ea2d89 Automatic style fix 2023-03-17 12:19:16 +00:00
alesapin
e44fca8bb9 Add test 2023-03-17 12:56:31 +01:00
Sema Checherinda
49feba9272
Merge pull request #47632 from ClickHouse/filling-transform-untangle
FillingTransform: remove unnecessary indirection when accessing columns
2023-03-17 12:40:53 +01:00
Alexander Tokmakov
aa4ffe2db6
Merge pull request #47672 from ClickHouse/revert-47540-fix-bson-bug
Revert "Fix BSONEachRow parallel parsing when document size is invalid"
2023-03-17 14:05:15 +03:00
Robert Schulze
f8980c582e
CMake: More removal of gold linker (follow-up to #47660)
+ fix a linker warning
2023-03-17 11:01:46 +00:00
Alexander Tokmakov
7719acad72
Revert "Fix BSONEachRow parallel parsing when document size is invalid" 2023-03-17 14:00:19 +03:00
Sema Checherinda
e2af8f6ed6 add a comment, rename a field 2023-03-17 11:59:44 +01:00
Aleksei Filatov
886b530963 [rev: 1] Fix review remarks 2023-03-17 13:56:05 +03:00
Aleksei Filatov
cf6ca10c83 Tests for replicated system.functions 2023-03-17 13:56:05 +03:00
Aleksei Filatov
690d8355ca Add classes for backup/restore UDF 2023-03-17 13:56:04 +03:00
Aleksei Filatov
1321f87eee Tests for replication UDF to ZooKeeper 2023-03-17 13:56:04 +03:00
Aleksei Filatov
f84aa2f4ca Add classes for replication UDF to ZooKeeper 2023-03-17 13:56:04 +03:00
Sergei Trifonov
1a84203c7f
Merge pull request #47656 from ClickHouse/background_pool_limit_metric
Add background pools size metrics
2023-03-17 11:49:53 +01:00
chen
60b7ad819d
Add system.marked_dropped_tables (#47364)
* add system table marked_dropped_tables

* add test

* add test

* fix

* fix test

* fix style

* fix test

* Update 25400_marked_dropped_tables.sql

* Update 25400_marked_dropped_tables.sql

* Update 25400_marked_dropped_tables.sql

* Update 25400_marked_dropped_tables.sql

* Update 25400_marked_dropped_tables.sql

* fix

* fix test

* Update StorageSystemMarkedDroppedTables.cpp

* fix

* if table_mark_dropped.table is nullptr, engine set empty
2023-03-17 13:48:26 +03:00
Robert Schulze
3e8fea7342
Enable parallel execution for two tests 2023-03-17 10:42:48 +00:00
alesapin
4a80197f16 Merge branch 'master' into fix_zero_copy_lock_check 2023-03-17 11:18:51 +01:00
alesapin
efa0622a84
Merge pull request #47631 from ClickHouse/fix_wait_for_zero_copy_lock
Fix wait for zero copy lock during move
2023-03-17 11:15:55 +01:00
alesapin
5c280a9919
Merge pull request #47534 from ClickHouse/small-enhancements
Small enhancements
2023-03-17 11:11:44 +01:00
Sema Checherinda
df9e247d67 fix tidy build, fix test when Databasereplicated 2023-03-17 10:49:41 +01:00
Robert Schulze
d510140ddd
Merge pull request #47648 from ClickHouse/rs/clang-tidy-dict-format
clang-tidy >= 15: write CheckOptions in dictionary format
2023-03-17 10:40:02 +01:00
Robert Schulze
bfa38144a8
Merge pull request #47651 from ClickHouse/rs/disable-gnu-extension
CMake: Build ClickHouse w/o GNU extensions
2023-03-17 10:39:45 +01:00
clickhouse-adrianfraguela
53a82d445b
Updated events and recordings 2023-03-17 09:22:53 +00:00
Robert Schulze
855838061c
Merge branch 'master' into rs/clang-tidy-dict-format 2023-03-17 10:00:20 +01:00
Robert Schulze
4ba25ef101
Merge branch 'master' into rs/disable-gnu-extension 2023-03-17 10:00:00 +01:00
Alexey Milovidov
1abe5ea58e Add data type fuzzer 2023-03-17 04:44:14 +01:00
robot-clickhouse-ci-1
2dc8d9fc1b
Merge pull request #47660 from ClickHouse/rs/gold
cmake: remove support for gold linker
2023-03-17 04:35:28 +01:00
Rich Raposa
9b3e0a7b47
Merge branch 'master' into new-nav 2023-03-16 21:26:16 -06:00
rfraposa
1631f4fa62 Update delete-old-data.md 2023-03-16 22:07:16 -05:00
rfraposa
05786fe897 Trailing slashes 2023-03-16 21:31:11 -05:00
Alexey Milovidov
6275c472a7 Better exceptions 2023-03-17 03:14:49 +01:00
Alexey Milovidov
fc1e7c6e06 Add a bug 2023-03-17 03:14:38 +01:00
Alexey Milovidov
651aba0d1b Slightly better 2023-03-17 00:19:49 +01:00
Alexey Milovidov
31b46df85c Fix an error 2023-03-17 00:13:52 +01:00
Alexey Milovidov
d5c82308a0 Add a test 2023-03-17 00:13:40 +01:00
Sergei Trifonov
2cbd91b852
Merge branch 'master' into background_pool_limit_metric 2023-03-16 23:23:42 +01:00
Alexey Milovidov
83799c52ae Add another bug 2023-03-16 23:14:12 +01:00
rfraposa
60fb9973d7 trailing slash fixes 2023-03-16 16:43:01 -05:00
Robert Schulze
bf99d624e7
cmake: remove support for gold linker
It's dead since 5+ years.
2023-03-16 21:16:13 +00:00
alesapin
3731567b6a Bad code 2023-03-16 21:48:47 +01:00
Arthur Passos
c4cb3a565a add some more input validation 2023-03-16 17:41:49 -03:00
Robert Schulze
02a2c73bae
Merge pull request #47607 from save-my-heart/inverted_index
checksum: do not check inverted index files
2023-03-16 21:34:17 +01:00
Alexander Tokmakov
d621b2c4ad fix intersecting parts, better fault injections 2023-03-16 21:28:07 +01:00
Igor Nikonov
34e9b07854 - remove debug logging
+ init columns method
2023-03-16 19:33:53 +00:00
Rich Raposa
06471b84ba
Merge branch 'master' into new-nav 2023-03-16 13:22:04 -06:00
rfraposa
9ee7b82e64 Trailing slashes fix 2023-03-16 14:21:32 -05:00
alesapin
92eb6685c6 Fix lock check 2023-03-16 20:17:29 +01:00
Robert Schulze
1f2d284365
Merge pull request #47658 from ClickHouse/rs/docs-ch-format-syntax-hightlighting
Docs: Apply better syntax highlighting for clickhouse-format examples
2023-03-16 20:04:41 +01:00