Commit Graph

155787 Commits

Author SHA1 Message Date
Robert Schulze
b5fc077515
Merge remote-tracking branch 'ClickHouse/master' into query-time-ef-search 2024-10-17 12:09:29 +00:00
Nikita Taranov
29713dc3f7
Merge pull request #70657 from ClickHouse/allow_reorder_prewhere
Allow reordering of filter conditions for better performance
2024-10-17 11:19:19 +00:00
Alexey Milovidov
5ab3cf5715
Merge pull request #70716 from azat/fix-optimize_functions_to_subcolumns
[RFC] Fix optimize_functions_to_subcolumns optimization
2024-10-17 11:10:02 +00:00
alesapin
4dffe3c2f0
Merge pull request #70645 from ClickHouse/simple-merge-selector
Enhance the logic for the merge selector
2024-10-17 10:37:17 +00:00
Alexey Milovidov
26c7d1264d
Merge pull request #70770 from ClickHouse/not-a-logical-error
Not a logical error
2024-10-17 10:26:09 +00:00
Alexey Milovidov
606cef315b
Merge pull request #70768 from ClickHouse/autogenerate-docs
Autogenerate documentation for settings
2024-10-17 00:54:44 +00:00
Alexey Milovidov
c2082aee3b
Merge pull request #70363 from azat/tests/02492_clickhouse_local_context_uaf
Remove 02492_clickhouse_local_context_uaf test
2024-10-17 07:55:44 +08:00
Alexey Milovidov
7bbd02ba91
Merge pull request #70755 from jmaicher/fix/openldap-healthcheck
Fix readiness/health check for OpenLDAP container
2024-10-17 07:54:50 +08:00
Alexey Milovidov
b69ce95a13 Fix errors 2024-10-17 01:53:26 +02:00
Alexey Milovidov
b25517d962 Fix errors 2024-10-17 01:49:39 +02:00
Alexey Milovidov
ed32609155 Merge branch 'master' into autogenerate-docs 2024-10-17 01:47:51 +02:00
Alexey Milovidov
4754ceb76d Add a test 2024-10-17 01:44:05 +02:00
Alexey Milovidov
97095a943b Add a test 2024-10-17 01:43:09 +02:00
Alexey Milovidov
2fa10bedce This is not a logical error 2024-10-17 01:41:56 +02:00
Alexey Milovidov
5420566560 Slightly better 2024-10-17 01:22:28 +02:00
Alexey Milovidov
5757a7c7fd
Merge pull request #68583 from denis-hananein/clickhouse-local-copy-arg
Support --copy mode for clickhouse local as a shortcut for format conversion
2024-10-17 07:19:30 +08:00
Alexey Milovidov
84992893cc Merge branch 'master' of github.com:ClickHouse/ClickHouse into autogenerate-docs 2024-10-17 01:12:13 +02:00
Alexey Milovidov
b8588d257c
Merge pull request #70767 from ClickHouse/installer-musl
The universal installer should download Musl build on Alpine Linux
2024-10-16 22:42:57 +00:00
Alexey Milovidov
95cb156865 Remove old files 2024-10-17 00:37:09 +02:00
Alexey Milovidov
4095963b0a Autogenerate documentation for settings 2024-10-17 00:32:57 +02:00
Alexey Milovidov
219c04c941 The universal installer should download Musl build on Alpine Linux 2024-10-17 00:03:24 +02:00
alesapin
7770464842 Invert logic 2024-10-16 22:14:45 +02:00
alesapin
91272d8e28 Better 2024-10-16 22:09:38 +02:00
Vladimir Cherkasov
df6d984d10
Merge pull request #70736 from ClickHouse/vdimir/fix-typo
Fix typo in docs/mongodb.md
2024-10-16 18:11:01 +00:00
Alexey Milovidov
0a277c2fd1
Merge pull request #68146 from ClickHouse/refactor-object-storages
Refactor `IDisk` and `IObjectStorage` for better performance
2024-10-17 01:38:43 +08:00
Julian Maicher
2a73d4cd8e Fix readiness/health check for OpenLDAP container
See https://github.com/bitnami/containers/issues/73310

Closes #65762
2024-10-16 17:24:12 +02:00
Anton Popov
582c9082b7
Merge pull request #70695 from CurtizJ/fix-filling-missed-arrays
Fixed crash in filling of missed arrays
2024-10-16 14:50:02 +00:00
Daniil Ivanik
f6fa8424cf
Merge pull request #69179 from lwz9103/master
Improve compatibility of cast(timestamp as string) with spark
2024-10-16 14:24:56 +00:00
Alexey Milovidov
d9c9128c04 Merge branch 'master' into refactor-object-storages 2024-10-16 14:47:27 +02:00
Alexey Milovidov
dc1c04ab57 Merge branch 'refactor-object-storages' of github.com:ClickHouse/ClickHouse into refactor-object-storages 2024-10-16 14:47:22 +02:00
alesapin
28a6cc5f51 Fix missing initialization 2024-10-16 14:45:56 +02:00
Alexey Milovidov
f9697bfc21
Merge pull request #70697 from Algunenano/recursive_proto_skip_fields
Fix infinite recursion when infering a proto schema with skip unsupported fields enabled
2024-10-16 12:42:52 +00:00
alesapin
1ae47baf95 Missing enum value 2024-10-16 14:36:47 +02:00
alesapin
a43a6e713e Merge sliding window 2024-10-16 13:51:14 +02:00
alesapin
1186cb8c39 Merge remote-tracking branch 'origin/merge_selector_stohastic_sliding' into simple-merge-selector 2024-10-16 13:37:22 +02:00
alesapin
c68175b408 Prepare for stochastic 2024-10-16 13:35:16 +02:00
Nikita Mikhaylov
5bfee046a2 Adjust 2024-10-16 11:23:19 +00:00
Nikita Taranov
1de764511b
Merge branch 'master' into allow_reorder_prewhere 2024-10-16 13:22:50 +02:00
Vladimir Cherkasov
3d81cc4832
Fix typo in docs/mongodb.md 2024-10-16 13:19:48 +02:00
alesapin
6536c63347 Merge branch 'master' into simple-merge-selector 2024-10-16 13:13:15 +02:00
Nikita Mikhaylov
228778c372 Rename function 2024-10-16 11:08:49 +00:00
Nikita Mikhaylov
649a4a7ced Typo 2024-10-16 11:05:55 +00:00
Nikita Mikhaylov
5bb6e4a91d Done 2024-10-16 11:04:04 +00:00
alesapin
87404deb4d
Merge pull request #70647 from ClickHouse/add_ability_to_change_merge_selecting
Add ability to choose merge seleting algorithm
2024-10-16 10:46:58 +00:00
Robert Schulze
4b6b152562
Merge remote-tracking branch 'ClickHouse/master' into query-time-ef-search 2024-10-16 09:43:28 +00:00
Robert Schulze
0caae39142
Disable vector index use with index_granularity_bytes = 0 2024-10-16 09:40:41 +00:00
alesapin
0e53354663 Review fixes 2024-10-16 11:24:32 +02:00
Daniil Ivanik
877e27245e
Merge branch 'master' into master 2024-10-16 11:23:39 +02:00
Azat Khuzhin
90caea0e27 Do not strip LowCardinality in mapKeys()/mapValues()
This breaks optimize_functions_to_subcolumns optimization, i.e. when
mapKeys() replaced with ".keys", since the preparation is done before
and it stores the nested type, while during execution it will receive
LowCardinality(nested) type.

Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-10-16 10:37:30 +02:00
Vladimir Cherkasov
5227fe0934
Merge pull request #70487 from ClickHouse/vdimir/safe_http_exception_log
Avoid spamming the logs with large HTTP response bodies
2024-10-16 08:34:48 +00:00