Commit Graph

57304 Commits

Author SHA1 Message Date
Sema Checherinda
9242c78fee work with test 2024-05-21 17:07:52 +02:00
Sema Checherinda
7fe1fe11b9 fixing tests 2024-05-21 17:07:52 +02:00
Sema Checherinda
db6951e488 fix distributed inserts 2024-05-21 17:07:52 +02:00
Sema Checherinda
2d4216ecad debugging 2024-05-21 17:07:52 +02:00
Sema Checherinda
fa667b4543 fix tests 2024-05-21 17:07:52 +02:00
Sema Checherinda
f1493a40a4 fix tests 2024-05-21 17:07:52 +02:00
Sema Checherinda
687b5940fa fix style 2024-05-21 17:07:52 +02:00
Sema Checherinda
c7908f62d0 fix sigfault 2024-05-21 17:07:52 +02:00
robot-clickhouse
ac27860b49 Automatic style fix 2024-05-21 17:07:52 +02:00
Sema Checherinda
02c9a07778 work in progress 2024-05-21 17:07:52 +02:00
Sema Checherinda
8b7563040c non replicated inserts with deduplication user token 2024-05-21 17:07:52 +02:00
Sema Checherinda
47c7b7fccf add tests for non replicated mt 2024-05-21 17:07:52 +02:00
Robert Schulze
b405f934e4
Merge pull request #64024 from rschu1ze/throw-for-invalid-types
Deserialize untrusted binary inputs in a safer way
2024-05-19 07:13:52 +00:00
Alexey Milovidov
a2d9a32652
Merge pull request #63733 from qiangxuhui/qiangxuhui-loongarch64
Initial support for loongarch64
2024-05-18 05:26:26 +02:00
vdimir
e5ad196317
Merge pull request #62346 from ClickHouse/vdimir/analyzer_comapre_columns
Analyzer: Fix validateAggregates for tables with different aliases
2024-05-17 20:00:04 +00:00
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
Mikhail f. Shiryaev
38787c429f
Merge pull request #62652 from ianton-ru/fix-host-resolver-fail
Fix HostResolver behavior on fail
2024-05-17 17:37:42 +00: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
Sema Checherinda
9e4f41f42c
Merge pull request #60852 from azat/http_max_chunk_size
Remove http_max_chunk_size setting (too internal)
2024-05-17 11:49:04 +00:00
Robert Schulze
20a0e7338e
Throw exception for invalid inputs 2024-05-17 10:18:52 +00:00
Raúl Marín
68bff50c9d
Merge pull request #63947 from Algunenano/revert_multiline_pretty
Revert multiline pretty changes due to performance problems
2024-05-17 10:13:49 +00:00
Nikolai Kochetov
e0f405bc56
Merge pull request #63864 from ClickHouse/change-labmda-execution-name
Update lambda execution name
2024-05-17 10:01:48 +00:00
vdimir
aeca94105b
Merge branch 'master' into vdimir/analyzer_comapre_columns 2024-05-17 11:32:17 +02: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
Dmitry Novik
91066aeace
Merge pull request #63983 from ClickHouse/fix-limit-by-skip-usunsed-shards
Limit by and skip_unused_shards with analyzer
2024-05-17 08:09:59 +00:00
Robert Schulze
5fb8ea4c62
Merge remote-tracking branch 'ClickHouse/master' into qiangxuhui-loongarch64 2024-05-17 07:56:01 +00:00
Alexey Milovidov
6a14502cbe
Merge pull request #63775 from Algunenano/broken_fuzzer
Fix fuzzer when only explicit faults are used
2024-05-17 05:13:31 +00:00
Alexey Milovidov
0c84c5658c
Merge pull request #63656 from woodlzm/master
Add a build_id ALIAS column to trace_log to facilitate auto renaming upon detecting binary changes.
2024-05-17 04:32:26 +00: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
Alexey Milovidov
f9fa5ba32f
Merge pull request #63930 from ClickHouse/fix-analyzer-mv
Fix analyzer: there's turtles all the way down...
2024-05-17 03:46:02 +00:00
Alexey Milovidov
cf73866903
Merge pull request #63939 from kitaisreal/recursive-cte-distributed-fix
Recursive CTE distributed fix
2024-05-17 03:07:27 +00:00
Alexander Tokmakov
d9d6950965
Merge pull request #63549 from ClickHouse/rdb_auto_recovery
Automatically recover Replicated database if the queue got stuck
2024-05-16 22:48:58 +00:00
Nikita Taranov
847a184ace fix 2024-05-16 20:58:45 +01:00
Alexey Milovidov
f17f4869bc
Merge pull request #63926 from CurtizJ/fix-explain-current-transaction
Fix `EXPLAIN CURRENT TRANSACTION` query
2024-05-16 22:04:36 +02:00
Nikolai Kochetov
d314568b93
Merge pull request #63791 from ClickHouse/fix-duplicating-sucling-alias
Fix a query with duplicating cycling alias.
2024-05-16 18:21:25 +00:00
Nikolai Kochetov
d34e06ce42 Add a comment. 2024-05-16 17:55:07 +00:00
Nikolai Kochetov
2f6a4e2a4f WithMergeableStateAfterAggregation is not a good idea. 2024-05-16 16:55:51 +00:00
Azat Khuzhin
49a52cdb3f Remove http_max_chunk_size setting (too internal)
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-05-16 18:33:43 +02:00
Nikita Taranov
b1fc609e72
Merge pull request #63861 from nickitat/fix_mv_with_parallel_replicas
Fix incorrect result when reading from MV with parallel replicas and new analyzer
2024-05-16 15:51:39 +00:00
Yakov Olkhovskiy
bdfabc1d40 better comment 2024-05-16 15:44:19 +00: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
Sema Checherinda
64b51eceb2
Merge pull request #63831 from ClickHouse/chesema-fix-ch-disk
clickhouse disks reads server configs
2024-05-16 11:25:23 +00:00
Nikolai Kochetov
5debc4af38 Fixing style. 2024-05-16 11:07:13 +00:00
Raúl Marín
7bcef97fa1 Revert "Merge pull request #59940 from Volodyachan/multiline-strings-in-Pretty-formats"
This reverts commit e0c23fb07d, reversing
changes made to 02a5b010af.
2024-05-16 12:55:44 +02:00
Raúl Marín
7e429482fc Revert "Merge pull request #63479 from yariks5s/add_setting_from_multiline_strings"
This reverts commit 962d5e5bda, reversing
changes made to 8c4a5d3663.
2024-05-16 12:55:26 +02:00