Alexey Milovidov
|
8e838c2805
|
Merge pull request #59183 from azat/mv/extended-syntax-for-inner-table
Fix passing projections/indexes/primary key from columns list from CREATE query into inner table of MV
|
2024-05-17 20:21:08 +02:00 |
|
Alexey Milovidov
|
bd9709adee
|
Merge pull request #64022 from ClickHouse/fix-analyzer
Fix a typo in Analyzer
|
2024-05-17 20:02:13 +02:00 |
|
Nikita Taranov
|
370b01e23b
|
Merge pull request #63910 from nickitat/additional_sanity_checks_for_parallel_replicas
More sanity checks for parallel replicas
|
2024-05-17 12:04:29 +00:00 |
|
Alexey Milovidov
|
b9fc57c91d
|
Update src/Storages/MergeTree/MergeTreeIndexFullText.cpp
Co-authored-by: János Benjamin Antal <antaljanosbenjamin@users.noreply.github.com>
|
2024-05-17 11:19:20 +02:00 |
|
Alexey Milovidov
|
eb06816a71
|
Update src/Storages/MergeTree/MergeTreeIndexBloomFilterText.cpp
Co-authored-by: János Benjamin Antal <antaljanosbenjamin@users.noreply.github.com>
|
2024-05-17 11:19:15 +02:00 |
|
Alexey Milovidov
|
7b81f3142a
|
Update src/Storages/MergeTree/MergeTreeIndexBloomFilter.cpp
Co-authored-by: János Benjamin Antal <antaljanosbenjamin@users.noreply.github.com>
|
2024-05-17 11:19:10 +02:00 |
|
Alexey Milovidov
|
26501178e6
|
Fix analyzer
|
2024-05-17 10:23:32 +02:00 |
|
Alexey Milovidov
|
4021e9a507
|
Merge pull request #63933 from jkartseva/allow-certain-alters-plain-rw
Allow certain ALTER TABLE commands for `plain_rewritable` disk
|
2024-05-17 03:47:02 +00:00 |
|
Nikita Taranov
|
847a184ace
|
fix
|
2024-05-16 20:58:45 +01:00 |
|
Han Fei
|
2e76275124
|
Merge pull request #63202 from hanfei1991/hanfei/fix-intersection
fix intersect parts when restart after drop range
|
2024-05-16 14:27:25 +00:00 |
|
Raúl Marín
|
e1389c1626
|
Merge pull request #63778 from Algunenano/crash_unload
Fix possible crash with SYSTEM UNLOAD PRIMARY KEY
|
2024-05-16 11:29:09 +00:00 |
|
Daniil Ivanik
|
9b09550176
|
Merge pull request #62259 from divanik/divanik/fix_archieve_support_in_s3
Add support of reading from archives in S3
|
2024-05-16 10:41:33 +00:00 |
|
Julia Kartseva
|
81a7862ed4
|
Allow certain ALTER TABLE commands for plain_rewritable
Currently all alters are disallowed, this is too restrictive. Allow
altering settings (through {MODIFY|RESET} SETTING) and comments (MODIFY
COMMENT).
|
2024-05-16 08:40:28 +00:00 |
|
Han Fei
|
18b8d302b2
|
make tests great again
|
2024-05-16 00:37:38 +02:00 |
|
Nikita Taranov
|
78a9731734
|
impl
|
2024-05-15 20:43:24 +01:00 |
|
Nikita Taranov
|
9d909618a8
|
fix
|
2024-05-15 19:55:45 +01:00 |
|
Raúl Marín
|
fc5961eaa7
|
Full tidy fix
|
2024-05-15 17:31:41 +02:00 |
|
Han Fei
|
7e1211035a
|
fix tests
|
2024-05-15 17:24:56 +02:00 |
|
Han Fei
|
36974a5423
|
address comments
|
2024-05-15 15:41:43 +02:00 |
|
Han Fei
|
171bf4f201
|
Merge branch 'master' into hanfei/fix-intersection
|
2024-05-15 13:59:52 +02:00 |
|
Raúl Marín
|
3eeb43297d
|
Fix clang tidy
|
2024-05-15 13:26:43 +02:00 |
|
Kseniia Sumarokova
|
cd90655fa5
|
Merge pull request #63638 from ClickHouse/account-failed-files-in-ttl-and-files-limit-for-s3queue
S3Queue: account failed files in tracked_file_ttl_sec and traked_files_limit
|
2024-05-15 10:29:24 +00:00 |
|
kssenii
|
7e1e4d6f28
|
Amendment
|
2024-05-14 21:55:36 +02:00 |
|
Raúl Marín
|
f931f086cd
|
Fix possible crash with SYSTEM UNLOAD PRIMARY KEY
|
2024-05-14 17:32:59 +02:00 |
|
Igor Nikonov
|
4de0371320
|
Merge pull request #63685 from ClickHouse/pr-simple-cleanup
Parallel replicas: simple cleanup
|
2024-05-14 14:51:58 +00:00 |
|
kssenii
|
cdf619b21e
|
Review fixes
|
2024-05-14 16:30:31 +02:00 |
|
Nikolai Kochetov
|
03b47ddcbd
|
Merge pull request #63688 from kitaisreal/analyzer-view-read-only-necessary-columns
Analyzer view read only necessary columns
|
2024-05-14 09:25:08 +00:00 |
|
kssenii
|
cab2c160fe
|
Fix log level
|
2024-05-13 21:39:34 +02:00 |
|
Nikolai Kochetov
|
7e5fc0d61d
|
Fix #63653
|
2024-05-13 18:05:59 +00:00 |
|
kssenii
|
4b270e9078
|
Add a test
|
2024-05-13 17:15:26 +02:00 |
|
Igor Nikonov
|
7b043b9d9a
|
Merge remote-tracking branch 'origin/master' into pr-simple-cleanup
|
2024-05-13 13:33:55 +00:00 |
|
divanik
|
dc8f8a9a18
|
Resolve several issues
|
2024-05-13 12:37:03 +00:00 |
|
divanik
|
faef8807d2
|
Resolve conflicts
|
2024-05-13 12:04:06 +00:00 |
|
divanik
|
d468a0a577
|
Add archives reading support to s3
|
2024-05-13 12:00:15 +00:00 |
|
Maksim Kita
|
b8c719f866
|
Analyzer view read only necessary columns
|
2024-05-13 13:41:47 +03:00 |
|
Igor Nikonov
|
033155d8fa
|
Parallel replicas: simple cleanup
|
2024-05-13 09:05:42 +00:00 |
|
Alexey Milovidov
|
23cf6d0d8b
|
Useless changes
|
2024-05-11 22:51:57 +02:00 |
|
Alexey Milovidov
|
7e0981e2ba
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into clang-18-ci
|
2024-05-11 02:12:32 +02:00 |
|
Alexey Milovidov
|
8b0599b10e
|
Merge pull request #63634 from azat/tests/log_and_exception_messages_formatting
Fixes for 00002_log_and_exception_messages_formatting
|
2024-05-10 23:52:58 +00:00 |
|
Alexey Milovidov
|
a1e6d1a6a9
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into clang-18-ci
|
2024-05-11 00:42:14 +02:00 |
|
kssenii
|
2b6dfffd59
|
Account failed files in s3queue_tracked_file_ttl_sec and s3queue_tracked_files_limit
|
2024-05-10 22:10:50 +02:00 |
|
Azat Khuzhin
|
ee76eede55
|
Add file path into "File must not be a directory" message
This is to fix 00002_log_and_exception_messages_formatting
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
|
2024-05-10 20:02:01 +02:00 |
|
Kruglov Pavel
|
6247f6a2b0
|
Merge pull request #62423 from Avogar/better-exception-s3-globs-partitions
Fix exception message during writing to partitioned s3/hdfs/azure path with globs
|
2024-05-10 12:35:04 +00:00 |
|
Kseniia Sumarokova
|
e2756e02c2
|
Merge pull request #63426 from ClickHouse/fix-backup-with-missing-projection
Fix backup/restore of projection part in case projection was removed from table metadata, but part still has projection
|
2024-05-10 10:11:56 +00:00 |
|
alesapin
|
83ee9a6e3d
|
Merge pull request #63353 from ClickHouse/fix_unexpected_return_type_from
Fix logical error during SELECT query after ALTER in rare case
|
2024-05-10 09:50:33 +00:00 |
|
Antonio Andelic
|
78af18ac87
|
Merge pull request #63513 from ClickHouse/threadpool-runner-local-prefetch-read-pool
Make `MergeTreePrefetchedReadPool` safer
|
2024-05-10 07:38:33 +00:00 |
|
Alexey Milovidov
|
dd58af7d4f
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into clang-18-ci
|
2024-05-10 07:17:39 +02:00 |
|
Alexey Milovidov
|
51a9657933
|
Useless changes
|
2024-05-10 07:12:26 +02:00 |
|
Alexey Milovidov
|
2794a6635e
|
Useless changes
|
2024-05-10 06:58:21 +02:00 |
|
Alexey Milovidov
|
426a51b624
|
Useless changes
|
2024-05-10 04:53:29 +02:00 |
|