Commit Graph

123659 Commits

Author SHA1 Message Date
Sema Checherinda
411a97ff36 reproduce a bug in removeSharedRecursive 2023-09-07 21:15:30 +00: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
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
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
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
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
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
Anton Kozlov
af21620ab5
Update src/Storages/MergeTree/MergeTreeIndexGranuleBloomFilter.h
Co-authored-by: pufit <pufit@yandex.ru>
2023-08-31 14:06:21 +01:00
Anton Kozlov
d3123da824
Update src/Storages/MergeTree/MergeTreeIndexAggregatorBloomFilter.cpp
Co-authored-by: pufit <pufit@yandex.ru>
2023-08-31 14:05:57 +01:00
Anton Kozlov
3f6ef6b5d9
Update src/Storages/MergeTree/MergeTreeIndexGranuleBloomFilter.h
Co-authored-by: pufit <pufit@yandex.ru>
2023-08-31 14:05:41 +01:00
Anton Kozlov
e6895688d7
Update src/Storages/MergeTree/MergeTreeIndexAggregatorBloomFilter.cpp
Co-authored-by: pufit <pufit@yandex.ru>
2023-08-31 14:05:28 +01:00
Robert Schulze
77327c69ed
Merge pull request #53893 from ClibMouse/feature/make-it-old-school
Use iterators instead of std::ranges
2023-08-31 14:55:45 +02:00
Nikolai Kochetov
52a7206002 Fix rows_before_limit_at_least for DelayedSource. 2023-08-31 12:53:58 +00:00
Kseniia Sumarokova
07fe5d96d6
Merge pull request #54058 from Algunenano/filesystem_prefetch_max_memory_usage
Correct doc for filesystem_prefetch_max_memory_usage
2023-08-31 14:43:35 +02:00
Raúl Marín
4703c463aa Merge remote-tracking branch 'blessed/master' into better_zk_retries_on_insert 2023-08-31 14:37:02 +02:00
Raúl Marín
0a5f1a643a Merge remote-tracking branch 'blessed/master' into filesystem_prefetch_max_memory_usage 2023-08-31 14:36:10 +02:00
Kseniia Sumarokova
54a715da2d
Update Dockerfile 2023-08-31 14:34:41 +02:00
Kseniia Sumarokova
f4c3807547
Update Dockerfile
Better comment
2023-08-31 14:27:35 +02:00
Kseniia Sumarokova
b2c44d85c0
Update Dockerfile 2023-08-31 14:25:43 +02:00
Vitaly Baranov
90b174d3dc
Merge pull request #53326 from azat/backups/base-backup-credentials
Add ability to override credentials for accessing base backup in S3
2023-08-31 14:24:43 +02:00
Mikhail f. Shiryaev
a1024813ec
Merge pull request #53491 from Felixoid/get-rid-of-secrets-ci-logs
Get rid of secrets CLICKHOUSE_CI_LOGS
2023-08-31 13:33:41 +02:00
Robert Schulze
bd6ef65dc0
Merge remote-tracking branch 'rschu1ze/master' into mkmkme/fast-configuration 2023-08-31 11:21:23 +00:00
Robert Schulze
d8e6395eea
Docs: Follow-up to #53818 2023-08-31 11:15:50 +00:00
Robert Schulze
97d960ba1d
Merge pull request #53818 from arenadata/ADQM-1070
Add new hide_in_preprocessed attribute in configuration file
2023-08-31 13:00:16 +02:00
robot-ch-test-poll3
55ba08490d
Merge pull request #53863 from arenadata/ADQM-1110
Supported globs in clickhouse-local SELECT * FROM '?file*{1..3}.csv'
2023-08-31 12:44:06 +02:00
Alexey Milovidov
e8e6b0a165 Add remarks 2023-08-31 08:14:27 +02:00
Alexey Milovidov
6b7b6a6351 Move S3Queue to experimental features 2023-08-31 08:06:35 +02:00
Alexey Gerasimchuck
3a212217a3 Implemented globs to select * from '<file>' 2023-08-31 04:20:44 +00:00
robot-ch-test-poll
10898ee96f
Merge pull request #54092 from arenadata/ADQM-1080
Increased log waiting timeout in test_profile_max_sessions_for_user
2023-08-31 06:04:51 +02:00
Alexey Milovidov
9382dd90ee
Merge pull request #54094 from ClickHouse/changelog-23.8
Changelog for 23.8
2023-08-31 04:03:25 +03:00
Alexey Milovidov
f6cac3c45c Changelog for 23.8 2023-08-31 01:46:46 +02:00
ltrk2
0b2a32b0ba Use iterators instead of std::ranges
For loops for fun factor
2023-08-30 16:36:02 -07:00
Alexey Gerasimchuck
3de967ecbe Increased log waiting timeout 2023-08-30 22:05:38 +00:00
robot-clickhouse-ci-2
1cf0952d28
Merge pull request #54089 from ClickHouse/docs-mysql-interface-cloud-private-preview
Clarify that the cloud MySQL interface is under private preview
2023-08-30 22:47:18 +02:00
Anton Popov
0387556a34
Merge pull request #53914 from Chen768959/fix-53543-2
'from' is supported as a Expression and fix #53543
2023-08-30 22:25:08 +02:00
Mikhail f. Shiryaev
ab3e9df57f
Address review points 2023-08-30 22:06:32 +02:00
Mikhail f. Shiryaev
e553242957
Get rid of CLICKHOUSE_CI_LOGS_* secrets 2023-08-30 22:06:31 +02:00
Mikhail f. Shiryaev
6fb0257ee0
Use CiLogsCredentials in build_check 2023-08-30 22:06:30 +02:00
Mikhail f. Shiryaev
e113ba9024
Add vim filetype for *.lib files 2023-08-30 22:06:26 +02:00
Mikhail f. Shiryaev
f0c18d4bd7
Rework setup of CI logs export 2023-08-30 22:04:37 +02:00
Mikhail f. Shiryaev
a683d5e2f3
Replace defaul assingment by default usage 2023-08-30 22:04:34 +02:00