Azat Khuzhin
b74c8c60ac
Update comments in VectorSimilarityCondition (WHERE is not supported)
...
Follow-up for: 40bed3e20f
("Remove support for WHERE-type queries")
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-10-04 11:14:00 +02:00
Christoph Wurm
17c124fa71
Update grant.md: Complete list of SOURCES grants
...
Align with the current list of sources grants in the source code here: af1a0f12aa/src/Access/Common/AccessType.h (L226-L240)
2024-10-04 10:13:35 +01:00
Antonio Andelic
ad89675b0d
Remove log
2024-10-04 11:07:27 +02:00
Antonio Andelic
3f2fd5f374
Merge branch 'master' into fix-preadv2-with-nowait
2024-10-04 11:06:38 +02:00
Antonio Andelic
67143dfe3d
Use new JSON for collecting minio logs
2024-10-04 11:05:08 +02:00
Antonio Andelic
1ad027b2c5
Merge pull request #70350 from Algunenano/stateless_minio
...
Don't fail the stateless check script if we can't collect minio logs
2024-10-04 08:58:54 +00:00
Azat Khuzhin
cc6b461115
Fix possible use-after-free in SYSTEM DROP FORMAT SCHEMA CACHE FOR Protobuf
...
The problem is that getMessageTypeForFormatSchema() returns raw pointer
(google::protobuf::Descriptor *), and ProtobufSchemas::clear() will free
all this pointers, fix this by storing shared_ptr in cache.
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-10-04 10:27:15 +02:00
vdimir
2f8e695345
Fix 02346_fulltext_index_bug52019
2024-10-04 08:11:26 +00:00
vdimir
bd4c3bafcb
Rename enable_secure_identifiers -> enforce_strict_identifier_format
...
Signed-off-by: vdimir <vdimir@clickhouse.com>
2024-10-04 08:06:19 +00:00
Julia Kartseva
a312477000
This mutex is not necessary
2024-10-04 07:42:40 +00:00
Tuan Pham Anh
f63bd508cc
1) Reuse getRandomASCIIString to generate random_suffix
...
2) Add test to create the same table concurrently
2024-10-04 07:08:25 +00:00
flynn
c7514a7912
Merge branch 'master' of github.com:ClickHouse/ClickHouse into iceberg-hdfs
2024-10-04 05:33:54 +00:00
pufit
213e08bfc8
Fix MODIFY COLUMN MODIFY SETTINGS
crash for special columns
2024-10-04 01:13:52 -04:00
Julia Kartseva
53879083a9
Merge remote-tracking branch 'upstream/master' into interactive-metrics-table
2024-10-04 03:02:02 +00:00
Julia Kartseva
63d134692a
fix profile events units
2024-10-04 03:01:45 +00:00
pufit
1250251b4d
add FINAL
modifier
2024-10-03 22:59:05 -04:00
pufit
dcbccc6f00
Merge branch 'master' into pufit/fix-implicit-grants
2024-10-03 22:58:44 -04:00
Shichao
0077924cee
use safeGet
2024-10-03 21:41:35 -04:00
Jiebin Sun
8e00adeaa8
Change the default threshold to enable hyper threading
...
Based on the testing data from PR#69548, we will change the
default threshold to enable hyper threading.
Signed-off-by: Jiebin Sun <jiebin.sun@intel.com>
2024-10-04 06:58:40 +08:00
Mikhail Filimonov
1871de3620
fix Kafka test
2024-10-04 00:51:54 +02:00
Raúl Marín
81635c50a5
Remove odd files
2024-10-03 23:19:40 +02:00
Raúl Marín
973aee8f94
Don't fail the stateless check script if we can't collect minio logs
2024-10-03 23:15:22 +02:00
avogar
377d6eef6a
Fix tests
2024-10-03 20:40:12 +00:00
Anton Popov
af1a0f12aa
Merge pull request #70333 from CurtizJ/fix-test-03237_insert_sparse_columns_mem
...
Fix flaky test `03237_insert_sparse_columns_mem`
2024-10-03 20:24:05 +00:00
avogar
7f32eb6b17
Fix tests, add docs and ramdomize new setting
2024-10-03 20:12:46 +00:00
jsc0218
40e2682c9e
reproduce inconsistent results with ignore option
2024-10-03 19:30:05 +00:00
kssenii
383559fbbe
Fix test
2024-10-03 20:16:47 +02:00
Mikhail Filimonov
fd5defd016
black formatter
2024-10-03 20:03:28 +02:00
jsc0218
6f3cf49229
add test and change doc
2024-10-03 17:44:35 +00:00
Raúl Marín
2dbef825b4
Fix crash when using WITH FILL incorrectly
2024-10-03 19:32:17 +02:00
Antonio Andelic
d3a6d7d9c7
Merge pull request #70310 from ClickHouse/fix-startup-scripts
...
Fix context for startup scripts
2024-10-03 17:18:16 +00:00
Michael Kolupaev
9c95c47449
Merge remote-tracking branch 'origin/master' into mvrere
2024-10-03 17:13:44 +00:00
Mikhail Filimonov
b36bfa34c8
Better RabbitMQ
2024-10-03 18:39:59 +02:00
Anton Popov
fcc2cdfe5e
fix flaky test 03237_insert_sparse_columns_mem
2024-10-03 16:30:02 +00:00
robot-clickhouse
73ede0201f
Automatic style fix
2024-10-03 16:09:31 +00:00
kssenii
2777a0390b
Add test for delta
2024-10-03 18:01:15 +02:00
kssenii
3d2814f05d
Add a test for iceberg
2024-10-03 17:42:50 +02:00
Tuan Pham Anh
c2b83708e2
Generate a string as the random suffix
2024-10-03 15:39:21 +00:00
Nikolay Degterinsky
0d08f0e500
Merge pull request #70326 from ClickHouse/evillique-patch-1
...
Update view.md
2024-10-03 15:30:47 +00:00
Max Kainov
f3b7dae1cc
CI: Enable Integration Tests for backport PRs
2024-10-03 17:18:30 +02:00
avogar
0110d3f540
Don't mutate variants
2024-10-03 15:12:37 +00:00
avogar
7790b0ee4a
Fix ALTER of Dynamic type with reducing max_types parameter
2024-10-03 15:07:13 +00:00
jsc0218
b59bd4d28d
don't change default
2024-10-03 15:06:50 +00:00
kssenii
24c215b6c7
Use cached buffer in ramaining places
2024-10-03 17:02:49 +02:00
jsc0218
d25678fc21
add ignore option
2024-10-03 15:00:27 +00:00
Alexey Milovidov
164158af78
Sync with private
2024-10-03 16:34:25 +02:00
Nikolay Degterinsky
e067c8aedb
Update view.md
2024-10-03 16:29:55 +02:00
Alexey Milovidov
4c0c69f6df
Merge branch 'master' of github.com:ClickHouse/ClickHouse into sync-settings
2024-10-03 16:17:25 +02:00
Alexey Milovidov
6c94578f86
Sync with private
2024-10-03 16:16:48 +02:00
alesapin
eb984db51e
Merge pull request #70145 from ClickHouse/more_retryable_errors
...
Add more retryable errors to MergeTree data parts check and Filesystem cache
2024-10-03 13:59:22 +00:00