Commit Graph

156021 Commits

Author SHA1 Message Date
Mikhail Filimonov
6d0dd0cf9d ThreadPool refactorings to move thread creation out of critical section.
Encapsulate thread management in the new subclass ThreadFromThreadPool
2024-10-04 16:08:33 +02:00
Arthur Passos
1e7bb8981b safe guards around index mapping 2024-10-04 10:37:05 -03:00
Max K.
c196d930bf
Merge pull request #70329 from ClickHouse/ci_enable_release_integration_tests_for_prs
CI: Enable Integration Tests for backport PRs
2024-10-04 13:22:47 +00:00
János Benjamin Antal
c07f2b70d3
Merge pull request #70352 from filimonov/maybe_fix_kafka
fix Kafka test
2024-10-04 13:17:27 +00:00
avogar
07868f91b0 Revert unneded changes 2024-10-04 13:12:44 +00:00
avogar
31c1720086 Fix crash during GROUP BY JSON sub-object subcolumn 2024-10-04 13:12:04 +00:00
Yakov Olkhovskiy
c7902255ba fix 2024-10-04 12:54:13 +00:00
vdimir
0a815df2a3
Merge branch 'master' into vdimir/window-funnel-fix-dedup2 2024-10-04 14:54:02 +02:00
Arthur Passos
f9f12fe416 progress 2024-10-04 09:41:53 -03:00
Pavel Kruglov
9c7cf57dd1
Fix build 2024-10-04 14:37:13 +02:00
Raúl Marín
bb57261f5d
Merge pull request #70338 from Algunenano/with_fill_analyzer
Fix crash when using WITH FILL incorrectly
2024-10-04 12:24:09 +00:00
Pavel Kruglov
a4cd3b326a
Merge branch 'master' into native-json-as-string 2024-10-04 14:14:39 +02:00
Anton Popov
af989353e4
Merge pull request #70273 from ucasfl/fix-use-of-uninitialized-vaue
Fix use-of-uinitialized-value
2024-10-04 12:06:21 +00:00
Yakov Olkhovskiy
eb8ae504db fix 2024-10-04 12:03:21 +00:00
Nikolai Kochetov
c6d5d616fe Fix typo. 2024-10-04 11:38:58 +00:00
Nikolai Kochetov
cccdd22f95 Add comments. Set proper setting. 2024-10-04 11:24:10 +00:00
Tuan Pham Anh
e277cc6012 Reduce execution time for 03248_create-same-table-concurrently-with-replicated-engine 2024-10-04 11:23:06 +00:00
Daniil Ivanik
2fdf802c93
Merge pull request #70101 from rschu1ze/vec-search-adaptive-granularity
Make vector similarity indexes work with adaptive granularity
2024-10-04 11:05:45 +00:00
Nikolai Kochetov
28bf90d6c1 Merge branch 'master' into add-compatibility-for-merge-tree-settings 2024-10-04 10:44:30 +00:00
Nikolai Kochetov
08d30beee5
Update IQueryPlanStep.h 2024-10-04 12:31:12 +02:00
Nikolai Kochetov
0cc5940fba
Merge pull request #70327 from jsc0218/IgnoreInDeduplicateMergeProjectionMode
Add Ignore Option In DeduplicateMergeProjectionMode
2024-10-04 10:25:43 +00:00
Azat Khuzhin
8b43c10a75 Remove 02492_clickhouse_local_context_uaf test
After some changes this test checks nothing (#69561), and now it is not
possible to write this test, since LocalServer::cleanup() waits for the
suggest thread, and so ClientBase destructor cannot be called earlier.

Fixes: https://github.com/ClickHouse/ClickHouse/issues/69561
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-10-04 12:21:24 +02:00
Christoph Wurm
dab614ee4b
Align other sources paragraph 2024-10-04 10:59:28 +01:00
Kseniia Sumarokova
cbd1212a41
Merge pull request #70336 from filimonov/maybe_fix_rabbitmq
Maybe fix RabbitMQ
2024-10-04 09:43:00 +00:00
Antonio Andelic
8d0b021268
Fix 2024-10-04 11:24:51 +02:00
Antonio Andelic
ffe9aa1af6
Merge branch 'master' into use-json-for-minio-logs 2024-10-04 11:24:14 +02:00
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
Yakov Olkhovskiy
e9e35eb118 fix 2024-10-04 05:31:17 +00:00
pufit
213e08bfc8 Fix MODIFY COLUMN MODIFY SETTINGS crash for special columns 2024-10-04 01:13:52 -04:00
Yakov Olkhovskiy
530d034302 fix 2024-10-04 04:35:35 +00:00
Yakov Olkhovskiy
db69e018bf fix 2024-10-04 03:18:01 +00: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
Yakov Olkhovskiy
5cf7a777a2 fix 2024-10-04 02:31:34 +00:00
Shichao
0077924cee
use safeGet 2024-10-03 21:41:35 -04:00
Yakov Olkhovskiy
9d81ff0a89 fix 2024-10-04 01:22:26 +00:00
Yakov Olkhovskiy
bfb2e7c044 fix 2024-10-04 00:16:16 +00:00