Raúl Marín
e96d312572
Missing settings from Cloud
2024-10-16 21:46:07 +02:00
Nikolai Kochetov
ca237ee3c4
Fix constant result for prewhere optimization.
2024-10-16 19:33:23 +00:00
Raúl Marín
99924ba2bc
Move ServerSettings to pImpl
2024-10-16 21:13:26 +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
Nikolai Kochetov
2b73641837
Fix style.
2024-10-16 17:27:29 +00:00
Nikolai Kochetov
068d635b81
Allow update plan headers for all the steps.
2024-10-16 16:53:57 +00:00
Mikhail f. Shiryaev
c776aebad2
Handle buddy errors in the reset backport branches
2024-10-16 18:18:21 +02: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
kssenii
b7fa520781
Add s3queue check if cloud mode
2024-10-16 16:31:51 +02: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
Raúl Marín
af2fa85352
Bring some test changes too
2024-10-16 12:54:36 +00:00
Raúl Marín
f3c36defab
Less changes
2024-10-16 12:54:32 +00:00
Raúl Marín
a581593eec
ZooKeeperLock.cpp sync
2024-10-16 12:54:29 +00:00
Raúl Marín
7572b2aae1
Coordination sync
2024-10-16 12:54:25 +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
Raúl Marín
786c2bc575
Move CoordinationSettings to pImpl
2024-10-16 14:38:46 +02: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
Kseniia Sumarokova
f5f022a69a
Update DatabaseMaterializedPostgreSQL.cpp
2024-10-16 11:06:32 +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
Robert Schulze
1f1a9c8508
Merge pull request #70134 from rschu1ze/libcxx-debug-mode
...
(Re?)-enable libcxx asserts for debug builds
2024-10-16 07:50:52 +00:00
LiuNeng
c26d9df583
Merge branch 'master' into parquet-prefetch
2024-10-16 15:47:52 +08:00
Antonio Andelic
ed79ebf0e3
Merge pull request #70299 from ClickHouse/fix-preadv2-with-nowait
...
Fix usage of `preadv2` with `RWF_NOWAIT`
2024-10-16 07:25:58 +00:00
Anton Popov
56b9f19ec3
Merge pull request #70635 from CurtizJ/fix-parsing-to-sparse-column
...
Fix parsing of some formats into sparse columns
2024-10-16 07:13:29 +00:00
liuneng
3a79f4900a
fix ci
2024-10-16 13:59:12 +08:00
Michael Kolupaev
ca59a9167d
Probably fix test_refreshable_mv_in_replicated_db flakiness
2024-10-16 02:20:22 +00:00
Julia Kartseva
bf0c609353
possible conflict w private
2024-10-16 02:18:59 +00:00
jsc0218
0979723a51
add test
2024-10-16 02:09:10 +00:00
Michael Kolupaev
1c45f9f6bd
Merge pull request #62966 from arthurpassos/add_parquet_bloom_filters_support
...
Add parquet bloom filters support
2024-10-16 00:15:56 +00:00
Alexey Milovidov
789382d295
Merge pull request #70696 from ClickHouse/vdimir/table-func-s3-respect-local-settings
...
Insert into table function s3 respect query settings
2024-10-15 23:45:44 +00:00