Commit Graph

123774 Commits

Author SHA1 Message Date
Александр Нам
9a71bce1f5
Merge branch 'ClickHouse:master' into gcddelta-codec 2023-09-02 00:51:49 +03:00
seshWCS
43f9efb7af Added libdivide for Integers with sizeof <= 8 2023-09-01 21:42:19 +00:00
Alexey Milovidov
82d9861fc0
Merge pull request #54045 from ClibMouse/feature/uniques-hash-set-big-endian
Correct UniquesHashSet to be endianness-independent.
2023-09-02 00:25:09 +03:00
Sergei Trifonov
cf5ea46713
Merge pull request #53338 from azat/throttling-fixes
Fix IO throttling during copying whole directories
2023-09-01 18:29:15 +02:00
Alexander Tokmakov
3f23e3e0de
Merge pull request #54189 from ClickHouse/revert-53904-fix-parallel-replicas-skip-shards
Revert "Fix: respect skip_unavailable_shards with parallel replicas"
2023-09-01 18:13:38 +02:00
Alexey Milovidov
aa97146eee
Merge pull request #54183 from arenadata/ADQM-1145
Amend a confusing line of code in Loggers.cpp
2023-09-01 19:05:28 +03:00
Alexey Milovidov
fe9158f9ae
Merge pull request #54188 from ClickHouse/auto/v23.8.1.2992-lts
Update version_date.tsv and changelogs after v23.8.1.2992-lts
2023-09-01 19:04:46 +03:00
Alexander Tokmakov
782c15330b Revert "Fix: respect skip_unavailable_shards with parallel replicas (#53904)"
This reverts commit f2290d9a6f.
2023-09-01 18:01:07 +02:00
robot-clickhouse
cc03880bbd Update version_date.tsv and changelogs after v23.8.1.2992-lts 2023-09-01 16:00:28 +00:00
Alexey Milovidov
93c91b8fa2
Merge pull request #54186 from ClickHouse/23.9-prepare
Update version after release
2023-09-01 18:47:49 +03:00
Alexey Milovidov
f8c2ea986d Update autogenerated version to 23.9.1.1 and contributors 2023-09-01 17:46:49 +02:00
Alexey Milovidov
0c8a6b9bbe
Merge pull request #54095 from ClibMouse/feature/siphash128-reference-big-endian
Fix SipHash128 reference for big-endian platforms
2023-09-01 17:34:08 +03:00
Alexey Milovidov
ebc7d9a9f3
Merge pull request #54132 from ClickHouse/remove-01600_parts_types_metrics_long
Disable `01600_parts_types_metrics_long` for asan
2023-09-01 17:32:03 +03:00
robot-ch-test-poll
d4db9f1908
Merge pull request #54155 from azat/tests/02152_http_external_tables_memory_tracking
tests: mark 02152_http_external_tables_memory_tracking as no-parallel
2023-09-01 16:29:51 +02:00
Alexey Milovidov
ea99576080
Merge pull request #54169 from kssenii/rename-macro-back
Rename macro
2023-09-01 17:27:40 +03:00
robot-clickhouse-ci-2
ae4f6c9683
Merge pull request #54137 from kssenii/s3-queue-better-default-path
Better path for storage `S3Queue` metadata
2023-09-01 16:01:38 +02:00
Igor Nikonov
f2290d9a6f
Fix: respect skip_unavailable_shards with parallel replicas (#53904)
Co-authored-by: robot-clickhouse <robot-clickhouse@users.noreply.github.com>
2023-09-01 15:57:40 +02:00
Antonio Andelic
03202dcad1 Skip for asan 01600_parts_types_metrics_long 2023-09-01 13:33:35 +00:00
Mikhail f. Shiryaev
7a5e4a1c0a
Merge pull request #54165 from ClickHouse/fix-external-logs-connection
The external logs have had colliding arguments
2023-09-01 14:55:02 +02:00
Anton Popov
033dba4772
Merge pull request #54126 from ClickHouse/CurtizJ-patch-8
Small improvements in `getAlterMutationCommandsForPart`
2023-09-01 14:10:45 +02:00
kssenii
3f20d1f578 Rename 2023-09-01 12:55:58 +02:00
Nikolai Kochetov
291bd76f1d
Merge pull request #54133 from ClickHouse/fixing-01086_odbc_roundtrip-with-analyzer
Fixing 01086_odbc_roundtrip with analyzer.
2023-09-01 12:54:50 +02:00
Nikolai Kochetov
4706ee5714
Merge pull request #54128 from ClickHouse/fix-some-more-analyzer-tests
Fix some more analyzer tests
2023-09-01 12:53:17 +02:00
Victor Krasnov
27b0190c72 Amend clumsy code 2023-09-01 13:23:54 +03:00
Mikhail f. Shiryaev
d4f21704e4
Increase distributed_ddl_task_timeout
Co-authored-by: alesapin <alesapin@clickhouse.com>
2023-09-01 11:29:33 +02:00
Mikhail f. Shiryaev
c611007694
The external logs have had colliding arguments 2023-09-01 11:25:42 +02:00
vdimir
406d61f9c8
Merge pull request #53755 from ClickHouse/vdimir/join_on_nullsafe 2023-09-01 11:02:37 +02:00
Robert Schulze
6655de199b
Merge pull request #54065 from mkmkme/mkmkme/fast-configuration
Check changed server configuration with higher precision
2023-09-01 10:08:28 +02:00
Александр Нам
48783f88d7
Merge branch 'ClickHouse:master' into gcddelta-codec 2023-09-01 07:44:37 +03:00
seshWCS
eae9e66130 Deleted test 2023-08-31 21:24:19 +00:00
robot-ch-test-poll3
57ffbeeaf5
Merge pull request #54153 from ClickHouse/laionmem
Add warnings about ingestion script speed and memory usage in Laion dataset instructions
2023-08-31 21:52:29 +02:00
Azat Khuzhin
07e919b3b7 tests: mark 02152_http_external_tables_memory_tracking as no-parallel
This should help with flakiness of this test, since this test is pretty
heavy.

Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-08-31 21:47:39 +02:00
Robert Schulze
2746aa87bb
Various fixups 2023-08-31 19:18:42 +00:00
Michael Kolupaev
33c03eda3d
Add warnings about ingestion script speed and memory usage in Laion dataset instructions
The command given in the instructions would run 100 instances of a script that take 41 GB each. I'm not sure how the author of the instructions was able to run it successfully.
2023-08-31 12:07:51 -07:00
Alexey Milovidov
9b0f372e3d
Merge pull request #54152 from ClickHouse/address-todo-in-changelog
Address TODO in Changelog
2023-08-31 22:03:16 +03:00
Alexey Milovidov
6b76a52f14 Address TODO in Changelog 2023-08-31 21:01:23 +02:00
Nikolai Kochetov
6649328db8
Merge pull request #54122 from ClickHouse/fix-delayed-source-with-totals-2
Fix rows_before_limit_at_least for DelayedSource.
2023-08-31 19:51:24 +02:00
Robert Schulze
a2f26d1f75
Merge remote-tracking branch 'rschu1ze/master' into mkmkme/fast-configuration 2023-08-31 17:38:09 +00:00
Kseniia Sumarokova
c51b6ca60c
Update StorageS3Queue.cpp 2023-08-31 18:29:06 +02:00
kssenii
da185fc8b1 Better paths for s3 queue metadata 2023-08-31 18:16:07 +02:00
Nikolai Kochetov
dc062856b0 Fixing 01086_odbc_roundtrip with analyzer. 2023-08-31 15:23:27 +00:00
vdimir
df281fa41d
Fix typos 2023-08-31 15:22:27 +00:00
Nikita Mikhaylov
3eebac1cea
Merge pull request #54118 from ClickHouse/kssenii-patch-6
Update Dockerfile
2023-08-31 17:15:17 +02:00
Nikita Mikhaylov
c08fc52812
Merge pull request #54067 from ClickHouse/vdimir/is_not_distinct_from_operator
Parse IS NOT DISTINCT and <=> operators
2023-08-31 17:14:42 +02:00
Anton Popov
af70fdfcfa mute noisy log message 2023-08-31 15:05:35 +00:00
Igor Nikonov
c3caead859
Merge pull request #52688 from Algunenano/better_zk_retries_on_insert
Improve insert retries on keeper session expiration
2023-08-31 17:00:02 +02:00
pufit
1bc6b40a12
Merge pull request #35102 from tonickkozlov/bloom-filter-index/deduplicate
Prune bloom filter indices based on data cardinality
2023-08-31 10:04:19 -04:00
Nikolai Kochetov
571abfd41e Disable trivial count optimization with additional_table_filters in analyzer. 2023-08-31 13:39:18 +00:00
Nikolai Kochetov
e718dd8702 Fix 01576_alias_column_rewrite 2023-08-31 13:16:55 +00:00
Robert Schulze
13c02e7f2b
Merge pull request #54110 from rschu1ze/docs-follow-up
Docs: Follow-up to #53818
2023-08-31 15:06:44 +02:00