Commit Graph

130214 Commits

Author SHA1 Message Date
kssenii
f461b5b2d0 Add a test 2023-12-06 23:39:34 +01:00
Mikhail f. Shiryaev
9cf87f4261
Merge pull request #57571 from ClickHouse/fix-install-deb
Ignore rare removal race issue "No such file or directory"
2023-12-06 19:33:56 +01:00
Alexey Milovidov
b7335c93fb Remove a feature 2023-12-06 19:12:31 +01:00
Alexey Milovidov
65ae332479
Merge pull request #57576 from ClickHouse/revert-56724
Revert "Merge pull request #56724 from canhld94/ch_replicated_column_mismatch"
2023-12-06 19:09:46 +01:00
Alexey Milovidov
3723573f81 Revert "Merge pull request #56724 from canhld94/ch_replicated_column_mismatch"
This reverts commit a9bb76378f, reversing
changes made to 588fd16518.
2023-12-06 19:09:07 +01:00
Alexey Milovidov
a3ff4eab07
Merge pull request #57563 from ClickHouse/clarify-prefer-not-to-merge
Clarify the usage of `prefer_not_to_merge` option
2023-12-06 17:34:28 +01:00
Mikhail f. Shiryaev
7dbe435c36
Ignore rare removal race issue "No such file or directory" 2023-12-06 15:40:43 +01:00
vdimir
8f32293104
Merge pull request #57416 from ClickHouse/vdimir/fix_test_encrypted_disk
Change type of s3_cache in test_encrypted_disk
2023-12-06 14:37:40 +01:00
vdimir
b0239dbc87
Merge pull request #57464 from azat/client-log-comment-fix
Fix adjusting log_comment in case of multiple files passed
2023-12-06 12:39:58 +01:00
Alexey Milovidov
0b597eadf8 Clarify the usage of prefer_not_to_merge option 2023-12-06 12:11:03 +01:00
Alexey Milovidov
af8a32f6f4 Remove some features 2023-12-06 12:10:32 +01:00
alesapin
e8b017d323
Merge pull request #57513 from ClickHouse/enable_async_block_ids_cache_by_default
Enable async block ids cache by default
2023-12-06 11:35:25 +01:00
Nikolai Kochetov
718b542f40
Merge pull request #57518 from ClickHouse/cleanup-around-distributed
Simple cleanup in distributed (while dealing with parallel replicas)
2023-12-06 10:22:17 +01:00
jsc0218
6b888f7fa5
Merge pull request #57272 from jsc0218/FixTestFileNameTypo
Fix Test File Name Type
2023-12-05 14:18:10 -05:00
jsc0218
11ac570ff3 Merge remote-tracking branch 'origin/master' into FixTestFileNameTypo 2023-12-05 19:12:13 +00:00
jsc0218
cdd5280272
Merge pull request #57387 from evillique/better-disks
Initialize only required disks in clickhouse-disks
2023-12-05 13:59:04 -05:00
Igor Nikonov
f123dd0070 Fix addShard() 2023-12-05 18:07:51 +00:00
Nikolai Kochetov
681cfaa38a
Merge pull request #56764 from ClickHouse/avoid-stuck-for-indefinite-sourcers
Try to fix hang in 01104_distributed_numbers_test
2023-12-05 16:34:02 +01:00
Alexey Milovidov
bdef6b4d28
Merge pull request #57537 from ClickHouse/revert-57220-alias_column_in_indices
Revert "Support use alias column in indices"
2023-12-05 16:21:57 +01:00
Alexey Milovidov
d0b591be2a
Revert "Support use alias column in indices" 2023-12-05 18:21:45 +03:00
Alexey Milovidov
805db2b414
Merge pull request #57536 from ClickHouse/revert-56171-dev-seriesPeriodDetect
Revert "Implemented series period detect method using pocketfft lib"
2023-12-05 16:17:29 +01:00
Alexey Milovidov
d7d83c99e5
Revert "Implemented series period detect method using pocketfft lib" 2023-12-05 18:17:07 +03:00
robot-clickhouse
24edd44fe6
Merge pull request #57501 from xleoken/patch
fix tip doc
2023-12-05 16:03:42 +01:00
Nikolay Degterinsky
a776a5cac5
Merge pull request #57483 from joelynch/stop-listen-tcp-secure
bugfix: correctly parse SYSTEM STOP LISTEN TCP SECURE
2023-12-05 15:25:34 +01:00
Nikolay Degterinsky
7f59eb438d
Merge pull request #57379 from evillique/fix-jsonmergepatch
Fix function jsonMergePatch for partially const columns
2023-12-05 15:14:30 +01:00
vdimir
4e9402c3fc
Merge pull request #57413 from ClickHouse/vdimir/bugfix_validate_check_exceptions
Consider whole check failure in bugfix validate check as an error
2023-12-05 15:01:46 +01:00
Alexey Milovidov
bb9baea5b6
Merge pull request #57521 from ClickHouse/changelog-23.11
Remove a feature.
2023-12-05 13:36:45 +01:00
Alexey Milovidov
f4d6439bc8 Add changelog for 23.11 2023-12-05 13:33:36 +01:00
Alexey Milovidov
862007bfca
Merge pull request #57519 from ClickHouse/revert-53562-group_sorted_array_function
Revert "Add new aggregation function groupArraySorted()"
2023-12-05 13:31:29 +01:00
Igor Nikonov
b2a269e8ce Formatting 2023-12-05 12:31:24 +00:00
Alexey Milovidov
2988f6f92a
Revert "Add new aggregation function groupArraySorted()" 2023-12-05 15:31:17 +03:00
Alexey Milovidov
099b18d38d
Merge pull request #57517 from ClickHouse/changelog-23.11
Add changelog for 23.11
2023-12-05 13:27:19 +01:00
Igor Nikonov
87a4c0bde4 Simple cleanup in distributed (while dealing with parallel replicas) 2023-12-05 12:25:02 +00:00
Alexey Milovidov
1d5fd9abc0 Add changelog for 23.11 2023-12-05 13:16:06 +01:00
Alexander Sapin
93a16b7cd6 Fix comments 2023-12-05 12:39:00 +01:00
Alexander Sapin
2587f368a6 Enable async block ids cache by default 2023-12-05 12:37:22 +01:00
Anton Popov
5770def9af
Merge pull request #57491 from jkartseva/limit-table-projections
limit merge tree projections
2023-12-05 12:13:41 +01:00
Alexey Milovidov
350baef6e3
Merge pull request #57511 from ClickHouse/revert-57442-dev
Revert "Add `sqid()` function"
2023-12-05 11:46:07 +01:00
Alexey Milovidov
8d5d0ef38f
Revert "Add sqid() function" 2023-12-05 13:45:33 +03:00
Alexey Milovidov
9495a3e1e7
Merge pull request #57510 from ClickHouse/revert-56488-feature/getHTTPHeader
Revert "add function getClientHTTPHeader"
2023-12-05 11:35:37 +01:00
Alexey Milovidov
cbea3545aa
Revert "add function getClientHTTPHeader" 2023-12-05 13:34:34 +03:00
xleoken
f07599b7c0 fix tip doc 2023-12-05 17:52:33 +08:00
Julia Kartseva
2ac104240d limit merge tree projections
Fixes: https://github.com/ClickHouse/ClickHouse/issues/56427
2023-12-05 06:44:39 +00:00
robot-clickhouse
22f840e24b
Merge pull request #57487 from ClickHouse/update/uniqUpTo-usage-example
Adds usage example for uniqUpTo.
2023-12-05 07:04:28 +01:00
Alexey Milovidov
5544a51c2b
Merge pull request #57494 from ClickHouse/remove-bad-test-3
Remove bad test
2023-12-05 06:58:00 +01:00
Alexey Milovidov
ae476002ef Remove bad test 2023-12-05 06:56:57 +01:00
Alexey Milovidov
1f752b79db
Merge pull request #55894 from bharatnc/ncb/hostname-system-log-tables
add hostname column to system log tables
2023-12-05 06:42:43 +01:00
robot-clickhouse-ci-1
9321238515
Merge pull request #56647 from ClickHouse/docs-observability-dashboard
[Docs] Add built-in observability dashboard
2023-12-05 06:37:41 +01:00
Alexey Milovidov
c729d06e27
Merge pull request #56078 from hanfei1991/hanfei/sqllogic
try to work sqllogic-test out
2023-12-05 06:37:29 +01:00
Alexey Milovidov
10d65a1ade
Merge pull request #55559 from azat/s3-fix-excessive-reads
Add ability to disable checksums for S3 to avoid excessive input file read
2023-12-05 06:34:21 +01:00