Alexey Milovidov
|
ea7a1be826
|
Merge pull request #35555 from ClickHouse/cleanup-test-data
Cleanup test data
|
2022-03-24 17:56:47 +03:00 |
|
Kruglov Pavel
|
f07918c659
|
Increase stack size
|
2022-03-24 15:50:32 +01:00 |
|
Mikhail f. Shiryaev
|
3516eb0524
|
Make GITHUB_RUN_URL variable and use it
|
2022-03-24 15:37:53 +01:00 |
|
Antonio Andelic
|
34b2307259
|
Convert columns to full when multiple disjunct used
|
2022-03-24 13:56:00 +00:00 |
|
Kruglov Pavel
|
98be162d20
|
Update comment
|
2022-03-24 13:49:26 +01:00 |
|
Maksim Kita
|
a4e8e940bc
|
Fixed tests
|
2022-03-24 13:45:04 +01:00 |
|
Kruglov Pavel
|
c2520d7f8f
|
Merge pull request #35580 from ClickHouse/Avogar-patch-2
Don't run 01318_long_unsuccessful_mutation_zookeeper test in backward compatibility check
|
2022-03-24 13:40:17 +01:00 |
|
Kruglov Pavel
|
65598f40b2
|
Don't run 01318_long_unsuccessful_mutation_zookeeper test in backward compatibility check
|
2022-03-24 13:39:52 +01:00 |
|
Kruglov Pavel
|
87ff97f910
|
Merge pull request #35047 from Avogar/random-settings
Add next batch of random settings in functional tests
|
2022-03-24 13:38:43 +01:00 |
|
mergify[bot]
|
d79fb9d63d
|
Merge branch 'master' into betterbracketedpaste
|
2022-03-24 12:29:04 +00:00 |
|
Kruglov Pavel
|
b16c5916a0
|
Merge pull request #35507 from ClickHouse/Avogar-patch-2
Add more validations in mask operations
|
2022-03-24 13:06:15 +01:00 |
|
Kruglov Pavel
|
37286c6141
|
Increase fiber stack size a bit in attempt to fix stack overflow in tests with address sanitizer
|
2022-03-24 12:55:56 +01:00 |
|
vdimir
|
f106e2dd49
|
fix style in QueryPlan.cpp
|
2022-03-24 11:53:58 +00:00 |
|
tavplubix
|
7b96d61057
|
Merge pull request #35478 from ClickHouse/merging_30325
Merging #30325
|
2022-03-24 14:53:20 +03:00 |
|
vdimir
|
d16ae46589
|
remove description for ReadFromMergeTree from pipeline, adjust tests for plan
|
2022-03-24 11:31:52 +00:00 |
|
Antonio Andelic
|
7a25fc612d
|
Add tests for caseWithExpression
|
2022-03-24 11:29:11 +00:00 |
|
Antonio Andelic
|
fbba450cff
|
Take ELSE branch into account for result type deduction
|
2022-03-24 11:23:18 +00:00 |
|
Alexander Tokmakov
|
4ad4d4b38c
|
apply formatter
|
2022-03-24 12:23:14 +01:00 |
|
tavplubix
|
ee611a9af4
|
Merge pull request #35503 from ClickHouse/fix_assertion_ddl_worker
Fix too strict assertion in DDLWorker
|
2022-03-24 13:57:07 +03:00 |
|
tavplubix
|
b3c021ec97
|
Update test.py
|
2022-03-24 13:53:06 +03:00 |
|
helifu
|
8a5bd2defa
|
Add explicit table info to the scan node of query plan and pipeline
:) explain plan select * from table1 t1 left join table2 t2 on t1.name = t2.name;
┌─explain──────────────────────────────────────────────────────────────────────────────────────┐
│ Expression ((Projection + Before ORDER BY)) │
│ Join (JOIN) │
│ Expression (Before JOIN) │
│ SettingQuotaAndLimits (Set limits and quota after reading from storage) │
│ ReadFromMergeTree (default.table1) │
│ Expression ((Joined actions + (Rename joined columns + (Projection + Before ORDER BY)))) │
│ SettingQuotaAndLimits (Set limits and quota after reading from storage) │
│ ReadFromMergeTree (default.table2) │
└──────────────────────────────────────────────────────────────────────────────────────────────┘
:) explain pipeline select * from table1 t1 left join table2 t2 on t1.name = t2.name;
┌─explain──────────────────────────────────────────┐
│ (Expression) │
│ ExpressionTransform × 24 │
│ (Join) │
│ JoiningTransform × 24 2 → 1 │
│ Resize 1 → 24 │
│ FillingRightJoinSide │
│ Resize 24 → 1 │
│ (Expression) │
│ ExpressionTransform × 24 │
│ (SettingQuotaAndLimits) │
│ (ReadFromMergeTree default.table1) │
│ MergeTreeThread × 24 0 → 1 │
│ (Expression) │
│ ExpressionTransform × 24 │
│ (SettingQuotaAndLimits) │
│ (ReadFromMergeTree default.table2) │
│ MergeTreeThread × 24 0 → 1 │
└──────────────────────────────────────────────────┘
|
2022-03-24 10:49:12 +00:00 |
|
Raúl Marín
|
9ad485af4c
|
Update LLVM to llvmorg-14.0.0 / 329fda39c507
|
2022-03-24 11:04:26 +01:00 |
|
Nikolai Kochetov
|
283e20a9a5
|
Merge pull request #35395 from amosbird/distributedmultiplejoin
Validate some thoughts over making sets
|
2022-03-24 10:30:26 +01:00 |
|
Raúl Marín
|
11a029c96b
|
Attempt to workaround clang-tidy bug
|
2022-03-24 10:28:29 +01:00 |
|
Raúl Marín
|
7fd4f06020
|
Temp fork of hyperscan to fix C++20 issue
|
2022-03-24 10:28:27 +01:00 |
|
Raúl Marín
|
841bf613ba
|
Apply latest LLVM bug fixes to filesystem remove_all
|
2022-03-24 10:27:10 +01:00 |
|
Raúl Marín
|
9466e581bb
|
Temporarily use my forks for libcxx / libcxxabi
|
2022-03-24 10:27:08 +01:00 |
|
Raúl Marín
|
f061e54acb
|
Adapt libcxx CMakefiles to LLVM 14 changes
|
2022-03-24 10:25:04 +01:00 |
|
taiyang-li
|
6a8bb34b41
|
update doc of hive
|
2022-03-24 17:17:25 +08:00 |
|
mergify[bot]
|
bf90edc362
|
Merge branch 'master' into case-insensitive-column-matching
|
2022-03-24 08:00:42 +00:00 |
|
Alexey Milovidov
|
8bf8632cd8
|
Revert "Decrease data_type_max_parse_depth a little to avoid stack overflow in coroutines"
|
2022-03-24 07:01:20 +03:00 |
|
Alexey Milovidov
|
36e0946926
|
Make test data less frightening for random strangers
|
2022-03-24 03:55:43 +01:00 |
|
Alexey Milovidov
|
0597612eee
|
Make test data less frightening for random strangers
|
2022-03-24 03:37:24 +01:00 |
|
Alexey Milovidov
|
d6f5583820
|
Update adopters.md
|
2022-03-24 05:20:12 +03:00 |
|
Alexey Milovidov
|
31eeeeb428
|
Add compatibility alias
|
2022-03-24 02:21:57 +01:00 |
|
Alexey Milovidov
|
d54138425f
|
Rename yandexConsistentHash to kostikConsistentHash
|
2022-03-24 02:18:25 +01:00 |
|
Maksim Kita
|
4b88c6f934
|
Merge pull request #35534 from kitaisreal/set-in-ipv4-ipv6-address-cast-fix
Fix cast into IPv4, IPv6 address in IN section
|
2022-03-24 01:26:25 +01:00 |
|
Maksim Kita
|
1df1721648
|
Merge pull request #35546 from kitaisreal/refactor-external-models-loader
ExternalModelsLoader refactoring
|
2022-03-24 01:24:45 +01:00 |
|
mergify[bot]
|
e4e4fcb244
|
Merge branch 'master' into random-settings
|
2022-03-23 22:17:10 +00:00 |
|
Kruglov Pavel
|
69e5ffbf32
|
Merge pull request #35499 from Avogar/stress-test
Improve backward compatibility check and stress tests
|
2022-03-23 23:16:03 +01:00 |
|
Mikhail f. Shiryaev
|
81b2e0bfd9
|
Fix multiple installation, use a final path for gnu-debuglink
|
2022-03-23 23:15:08 +01:00 |
|
Kruglov Pavel
|
9ae52910f0
|
Fix style
|
2022-03-23 23:15:07 +01:00 |
|
Kruglov Pavel
|
44b6ea5564
|
Merge pull request #35524 from Avogar/fix-stack-overflow
Decrease data_type_max_parse_depth a little to avoid stack overflow in coroutines
|
2022-03-23 23:13:08 +01:00 |
|
Maksim Kita
|
6d1154b505
|
Merge pull request #35525 from kitaisreal/asof-join-improve-performance
Improve performance of ASOF JOIN
|
2022-03-23 23:10:40 +01:00 |
|
Maksim Kita
|
a9519f4f5e
|
Merge pull request #35550 from kitaisreal/test-system-logs-comment-fix-style-check
Fixed style check
|
2022-03-23 21:25:46 +01:00 |
|
Maksim Kita
|
97b5cb96f2
|
Fixed style check
|
2022-03-23 20:41:28 +01:00 |
|
Maksim Kita
|
3df6a86387
|
ExternalModelsLoader refactoring
|
2022-03-23 20:05:17 +01:00 |
|
Maksim Kita
|
31b3d2e840
|
Fixed tests
|
2022-03-23 19:59:26 +01:00 |
|
mergify[bot]
|
b745b67026
|
Merge branch 'master' into parse-ipv6-long-fix
|
2022-03-23 18:56:40 +00:00 |
|
mergify[bot]
|
abbed251c1
|
Merge branch 'master' into asof-join-improve-performance
|
2022-03-23 18:53:17 +00:00 |
|