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 |
|
taiyang-li
|
a75ded9da3
|
fix stateless tests
|
2022-03-24 15:55:01 +08:00 |
|
taiyang-li
|
db34ca57c2
|
reformat test.py
|
2022-03-24 14:58:45 +08: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 |
|
taiyang-li
|
e6cc5364e0
|
add long tag for test
|
2022-03-24 11:22:35 +08: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 |
|
Dmitry Novik
|
86a1912524
|
Update docs/en/operations/settings/settings.md
|
2022-03-23 18:14:07 +00:00 |
|
alesapin
|
9e6f0ae9f2
|
Fix strip path
|
2022-03-23 18:44:09 +01:00 |
|
mergify[bot]
|
b6214ed51c
|
Merge branch 'master' into random-settings
|
2022-03-23 17:39:07 +00:00 |
|
mergify[bot]
|
881d5721a0
|
Merge branch 'master' into Avogar-patch-2
|
2022-03-23 17:38:43 +00:00 |
|
mergify[bot]
|
853bea62db
|
Merge branch 'master' into fix-stack-overflow
|
2022-03-23 18:37:18 +01:00 |
|
Kruglov Pavel
|
826b933b08
|
Merge pull request #35332 from Avogar/fix-tskv-schema-inference
Fix schema inference for TSKV format while using small max_read_buffer_size
|
2022-03-23 18:37:07 +01:00 |
|
mergify[bot]
|
03c8a59a57
|
Merge branch 'master' into stress-test
|
2022-03-23 17:37:05 +00:00 |
|
Yakov Olkhovskiy
|
1631656803
|
Merge pull request #34353 from zvonand/issue_33147
Extended usage of Milliseconds, Microseconds, Nanoseconds
|
2022-03-23 13:33:07 -04:00 |
|
Yakov Olkhovskiy
|
2772f3181a
|
non-constant parameter tests added, some tests fixed
|
2022-03-23 13:28:17 -04:00 |
|
Alexander Tokmakov
|
3c6a10237c
|
Merge branch 'master' into merging_30325
|
2022-03-23 18:07:04 +01:00 |
|
mergify[bot]
|
13bc93c171
|
Merge branch 'master' into fix_assertion_ddl_worker
|
2022-03-23 17:06:33 +00:00 |
|
Nikolay Degterinsky
|
10de88bd92
|
Merge pull request #35526 from erikbaan/patch-1
Fix ClickHouse name typo in caches.md
|
2022-03-23 19:59:55 +03:00 |
|
Sergei Trifonov
|
bf9c6be6c6
|
move threadPoolCallbackRunner from Common into Interpreters folder to fix split build issue
|
2022-03-23 17:57:19 +01:00 |
|
Antonio Andelic
|
e9520335df
|
Merge branch 'master' into case-insensitive-column-matching
|
2022-03-23 16:20:12 +00:00 |
|
Antonio Andelic
|
8561c366be
|
Move nested table name
|
2022-03-23 16:19:59 +00:00 |
|
Yatsishin Ilya
|
abd587cb23
|
Better tests
|
2022-03-23 16:17:44 +00:00 |
|