Commit Graph

110496 Commits

Author SHA1 Message Date
Rich Raposa
935a605eac
Merge pull request #47038 from ClickHouse/new-nav
New navigation
2023-03-17 11:49:30 -06:00
Rich Raposa
55892bc3ea
Merge branch 'master' into new-nav 2023-03-17 11:41:34 -06:00
Alexander Tokmakov
bb7cc97501 fix new test with zero copy 2023-03-17 18:34:24 +01:00
Alexander Gololobov
ad70b0cbbc
Merge pull request #47689 from Hipska/patch-1
Fix startup on older systemd versions
2023-03-17 18:20:39 +01:00
Thomas Casteleyn
b8d2432296
Fix startup on older systemd versions
Fixes #47293
2023-03-17 17:56:56 +01:00
alesapin
e45b558a86
Merge pull request #47676 from ClickHouse/fix_zero_copy_lock_check
Fix zero copy lock check
2023-03-17 17:51:14 +01:00
alesapin
1022c47421 Review fixes 2023-03-17 17:45:02 +01:00
Alexander Tokmakov
5187507e41
Update docs/en/operations/system-tables/marked_dropped_tables.md 2023-03-17 19:20:05 +03:00
Sema Checherinda
a1397d7a0d
Merge pull request #47683 from ucasfl/doc
Update document for tupleElement function
2023-03-17 17:11:39 +01:00
Antonio Andelic
86a409e7a9 Assert znode count 2023-03-17 16:07:12 +00:00
Kruglov Pavel
c376712007
Fix 2023-03-17 16:56:24 +01:00
Kruglov Pavel
5d0d7695aa
Fix 2023-03-17 16:55:13 +01:00
Denny Crane
b1011fd823
Merge branch 'master' into fix_test_01656_join_defaul_enum 2023-03-17 12:41:00 -03:00
xiedeyantu
fff32d5640 add marked_dropped_tables doc 2023-03-17 23:34:28 +08:00
Sema Checherinda
e8295be9be if no group then do attachInternalTextLogsQueue to the thread only 2023-03-17 15:56:30 +01:00
Antonio Andelic
1b7401b58a
Update src/Storages/StorageS3.cpp
Co-authored-by: Kseniia Sumarokova <54203879+kssenii@users.noreply.github.com>
2023-03-17 15:46:15 +01:00
flynn
ef331a45c3 udpate 2023-03-17 14:20:16 +00:00
flynn
3456562136 Update document for tupleElement function 2023-03-17 14:17:33 +00:00
Denny Crane
292d12f86e fix test / remove hardcoded database 2023-03-17 11:09:55 -03:00
Kruglov Pavel
000b11d7bd
Fix tests 2023-03-17 15:07:32 +01:00
Robert Schulze
23281c7348
Merge pull request #47669 from ClickHouse/rs/more-gold-removal
Follow-up to #47660: Further removal of gold linker support
2023-03-17 14:58:23 +01:00
avogar
39724d3a15 Fix 2023-03-17 13:57:00 +00:00
Robert Schulze
f72a337074
Remove cruft from build
No need to check compiler flags, clang >= 15 supports all of them.
2023-03-17 13:44:04 +00:00
Maksim Kita
2d2696bc20 Fixed code review issues 2023-03-17 14:34:23 +01:00
Alexander Tokmakov
dfd8b2670a fix tests, update docs 2023-03-17 14:15:03 +01:00
Kruglov Pavel
ee8bbb4684 Update test 2023-03-17 13:05:41 +00:00
Kruglov Pavel
4522b74fc6 Fix typo 2023-03-17 13:05:41 +00:00
avogar
f8dab850a9 Check for duplicate column in BSONEachRow format 2023-03-17 13:05:41 +00: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
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
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
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