Commit Graph

92906 Commits

Author SHA1 Message Date
Yakov Olkhovskiy
d108efa2f6
merge_algorithm is added 2022-07-14 01:36:45 -04:00
Azat Khuzhin
3720a3843c Add merge_algorithm to system.part_log
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-07-13 17:16:25 +03:00
Nikolai Kochetov
4f8cc871eb
Merge pull request #39132 from ClickHouse/fix-data-race-in-completed-pipeline-executor
Fix data race in CompletedPipelineExecutor.
2022-07-13 13:39:44 +02:00
Vladimir C
d376a4b593
Merge pull request #39155 from amosbird/trivial-count-empty-set
Fix trivial count with empty set
2022-07-13 12:53:14 +02:00
Vladimir C
d1d1e4d8a1
Merge pull request #38943 from amosbird/better-join-plan1
Avoid redundant join block transformation during planning.
2022-07-13 12:39:45 +02:00
Alexander Tokmakov
a0bff953f6
Merge pull request #39154 from amosbird/slightly-change
Slightly better interface of waitForMutation
2022-07-13 12:34:18 +03:00
Nikita Mikhaylov
1f0280bcde
Fix path retrieval for Keeper's state (#39148) 2022-07-13 11:25:34 +02:00
Yakov Olkhovskiy
334b3f3c73
Merge pull request #38864 from azat/fix-rwlock
Fix waiting of shared lock after exclusive lock failure
2022-07-13 02:10:35 -04:00
Yakov Olkhovskiy
2079699f75
Merge pull request #39065 from ClickHouse/utils-self-extracting-decompressor
Parameter --decompressor added to utils/self-extracting-executable/compressor
2022-07-13 01:50:12 -04:00
Amos Bird
0595c50c92
Fix trivial count with empty set 2022-07-13 12:54:52 +08:00
Amos Bird
0795cdd36a
Slightly better interface of waitForMutation 2022-07-13 12:34:12 +08:00
Anton Popov
df190b14b2
Merge pull request #39113 from CurtizJ/tuple-lowcardinality
Keep `LowCardinality` type in `tuple()` function
2022-07-13 02:28:56 +02:00
Alexey Milovidov
fa572dc40c
Merge pull request #39141 from ClickHouse/clickbench-3
Add ClickHouse with zstd to benchmark
2022-07-13 01:03:07 +03:00
Alexey Milovidov
dcfe299966 Add ClickHouse with zstd to benchmark 2022-07-12 23:51:12 +02:00
Kruglov Pavel
da24f93445
Merge pull request #39101 from Avogar/fix-try-get-least-supertype
Fix code in getLeastSupertype function
2022-07-12 22:59:29 +02:00
Alexey Milovidov
c25a08222c
Merge pull request #39136 from ClickHouse/move-clickbench-2
Move benchmark (2)
2022-07-12 21:51:51 +03:00
Alexey Milovidov
1760417bfc Update index.html 2022-07-12 20:28:43 +02:00
Alexey Milovidov
e93e3212a7 Remove old file 2022-07-12 20:28:02 +02:00
Alexey Milovidov
f71d3666d3
Merge pull request #39134 from ClickHouse/move-clickbench
Move benchmark into separate repository
2022-07-12 21:27:06 +03:00
Alexey Milovidov
6d3b0032c3 Change the link to Hardware benchmark script 2022-07-12 20:25:40 +02:00
Alexey Milovidov
18c81ff68b Move benchmark into separate repository 2022-07-12 20:20:58 +02:00
Nikolai Kochetov
ec24f730b1
Merge pull request #39125 from ClickHouse/fix-insert-into-mv-with-extremes-enabled
Fix insert into MV with enabled extremes.
2022-07-12 20:19:41 +02:00
Nikolai Kochetov
4a45b37b43
Merge pull request #39133 from ClickHouse/fix-style-again
Fix style again
2022-07-12 20:16:09 +02:00
Alexey Milovidov
e2684447b4
Merge pull request #38437 from ClickHouse/compatible-benchmark
Compatible and reproducible DBMS benchmark
2022-07-12 21:15:53 +03:00
Nikolai Kochetov
df18d6a416 Fix style 2022-07-12 18:12:59 +00:00
Nikolai Kochetov
a47c48b3c7
Merge pull request #39127 from ClickHouse/tiny-fixes-for-tests
Tiny updates for tests.
2022-07-12 20:07:57 +02:00
Nikolai Kochetov
93bf22f585 Fix data race in CompletedPipelineExecutor. 2022-07-12 17:59:31 +00:00
Alexey Milovidov
90064d5f86 Add LICENSE 2022-07-12 19:51:47 +02:00
Alexey Milovidov
358876b680 Generate HTML 2022-07-12 19:50:31 +02:00
Alexey Milovidov
4f407a7506 Rename results for MariaDB to .shame because they do not look presentable 2022-07-12 19:49:49 +02:00
Robert Schulze
8b6e31cc61
Merge pull request #37882 from excitoon-favorites/nodeleteobjects
Fixes for objects removal in `S3ObjectStorage`
2022-07-12 19:09:55 +02:00
Robert Schulze
c134a90ff4
Merge pull request #38757 from azat/bump-jemalloc-assertion-fix
Bump jemalloc to fix possible assertion
2022-07-12 19:08:18 +02:00
Kseniia Sumarokova
5235396c24
Merge pull request #39120 from ClickHouse/kssenii-patch-5
Update cluster.py
2022-07-12 18:35:00 +02:00
Kseniia Sumarokova
f69ec635d0
Merge pull request #39110 from ClickHouse/kssenii-patch-4
Fix meilisearch tests
2022-07-12 18:32:49 +02:00
Timur Solodovnikov
0c7388aea8
Handling SIGTERM signals from k8s (#39130) 2022-07-12 18:14:05 +02:00
Ilya Yatsishin
41715237ae Separate compress timescaledb test. Fix chmod to home - previous broke ssh. Non interactive install. 2022-07-12 15:23:36 +00:00
Nikolai Kochetov
351d14f8a3 Enable backward_compatibility for 01710_projection_fetch_long, disable s3 for 01643_replicated_merge_tree_fsync_smoke. 2022-07-12 14:30:02 +00:00
Nikolai Kochetov
8efbe6d44d
Merge pull request #39119 from ClickHouse/removed-projection-and-old-part
Properly remove projection from part in case it was removed from table metadata.
2022-07-12 16:24:30 +02:00
Nikolai Kochetov
582300e08c
Update 01701_clear_projection_and_part_remove.sql
Fix typo
2022-07-12 16:22:47 +02:00
Amos Bird
982e1a73d3
Better 2022-07-12 22:21:46 +08:00
Amos Bird
d3709c6c26
Avoid redundant join block transformation. 2022-07-12 22:20:10 +08:00
Amos Bird
b9d9ca5194
style fix 2022-07-12 22:20:08 +08:00
Nikolai Kochetov
75c3926cbb Fix insert into MV with enabled extremes. 2022-07-12 13:57:36 +00:00
Yakov Olkhovskiy
7c437c3f9b some optimizations 2022-07-12 09:56:09 -04:00
Kseniia Sumarokova
f629fd7e57
Update docker_compose_meili.yml 2022-07-12 15:50:35 +02:00
Anton Popov
04f9e15012 fix test 2022-07-12 13:46:49 +00:00
Anton Popov
81da0bb9f5 keep LowCardinality type in array() and map() functions 2022-07-12 13:31:00 +00:00
Robert Schulze
69de9ee0e8
Merge pull request #39108 from ClickHouse/prefix_cmake_commands
Prefix overridden add_executable() command with "clickhouse_"
2022-07-12 15:05:48 +02:00
Kseniia Sumarokova
adfc7a5a78
Update cluster.py 2022-07-12 14:05:59 +02:00
alesapin
215166912c
Merge pull request #39069 from ClickHouse/keeper-persist-state
Persist state of ClickHouse Keeper
2022-07-12 13:32:02 +02:00