vdimir
|
99ca89c0ca
|
Fix StorageJoin and Asof or join_use_nulls in pipeline
|
2022-02-14 14:14:27 +00:00 |
|
vdimir
|
ee09ec4dd1
|
Apply join_use_nulls on types before join
|
2022-02-11 15:56:45 +00:00 |
|
Anton Popov
|
13b35a6817
|
Merge remote-tracking branch 'upstream/master' into HEAD
|
2021-11-08 21:29:16 +03:00 |
|
Vladimir C
|
a9689c0f27
|
Merge pull request #25894 from vdimir/join-on-const-to-cross
|
2021-11-08 15:52:40 +03:00 |
|
vdimir
|
56bc802ee2
|
Support join on constant
|
2021-11-08 15:44:13 +03:00 |
|
vdimir
|
4bc9798c63
|
Some optimizations for constant conditions in JOIN ON
|
2021-11-08 15:36:34 +03:00 |
|
Anton Popov
|
d71ffc355a
|
Merge remote-tracking branch 'upstream/master' into HEAD
|
2021-10-18 15:18:22 +03:00 |
|
Nikolai Kochetov
|
067eaadadd
|
Merge branch 'master' into removing-data-streams-folder
|
2021-10-16 09:46:05 +03:00 |
|
Nikolai Kochetov
|
fd14faeae2
|
Remove DataStreams folder.
|
2021-10-15 23:18:20 +03:00 |
|
Anton Popov
|
7aa6068fb2
|
Merge remote-tracking branch 'upstream/master' into HEAD
|
2021-10-14 19:44:08 +03:00 |
|
Vladimir C
|
dc4bb920d3
|
Merge branch 'master' into join_deadlock
|
2021-10-11 10:18:17 +03:00 |
|
Vladimir C
|
b02c12b182
|
Merge pull request #23881 from darkkeks/fix-cross-to-inline-join-error-condition
|
2021-10-07 11:09:36 +03:00 |
|
Alexey Milovidov
|
fe6b7c77c7
|
Rename "common" to "base"
|
2021-10-02 10:13:14 +03:00 |
|
vdimir
|
a817bed287
|
Replace isComma || isCross -> isCrossOrComma
|
2021-10-01 14:52:12 +03:00 |
|
Raúl Marín
|
0ee5c0bff5
|
Use RWLock in StorageJoin to avoid deadlocks
|
2021-09-29 19:30:07 +02:00 |
|
Anton Popov
|
914781052e
|
Merge remote-tracking branch 'upstream/master' into HEAD
|
2021-09-29 17:37:07 +03:00 |
|
Ilya Golshtein
|
29b911f86b
|
rebase collisions fixed in ORs in JOIN
|
2021-09-28 14:11:32 +03:00 |
|
Ilya Golshtein
|
fa6c2a64e4
|
minor merge mistakes fixed in ORs in JOIN
|
2021-09-28 14:11:32 +03:00 |
|
Ilya Golshtein
|
8057e052a6
|
crash fix, style fixes, ASTs moved out of TableJoin in ORs in JOIN
|
2021-09-28 14:11:32 +03:00 |
|
vdimir
|
f8e8f6da14
|
Use table_join->getAllNames in HashJoin.cpp
|
2021-09-28 14:11:31 +03:00 |
|
vdimir
|
71b6c9414c
|
Minor changes related to JOIN ON ORs
|
2021-09-28 14:11:31 +03:00 |
|
Ilya Golshtein
|
300eb5098d
|
fix rebase collisions in ORs in JOIN
|
2021-09-28 14:11:31 +03:00 |
|
vdimir
|
0a9a028c6f
|
fix
|
2021-09-28 14:11:31 +03:00 |
|
vdimir
|
46187a73ee
|
wip
|
2021-09-28 14:11:31 +03:00 |
|
Ilya Golshtein
|
aa3d8a431a
|
No redundant convertColumnsToNullable if ORs in JOIN
|
2021-09-28 14:11:30 +03:00 |
|
Ilya Golshtein
|
5ed6b26c9d
|
any_join_distinct_right_table_keys tests and fix for ORs in JOIN
|
2021-09-28 14:11:30 +03:00 |
|
Ilya Golshtein
|
be034444ba
|
fix any_join_distinct_right_table_keys crash if ORs in JOIN
|
2021-09-28 14:11:30 +03:00 |
|
vdimir
|
d37b88fb07
|
fix HashJoin::initRightBlockStructure
|
2021-09-28 14:11:30 +03:00 |
|
vdimir
|
38374ba07b
|
fix join->getNonJoinedBlocks
|
2021-09-28 14:11:30 +03:00 |
|
Ilya Golshtein
|
24e3e04203
|
BlockWithFlags removed from vdimir's change
|
2021-09-28 14:11:30 +03:00 |
|
vdimir
|
6b6592fda7
|
Use JoinUsedFlags with multiple dijuncts
|
2021-09-28 14:11:30 +03:00 |
|
Ilya Golshtein
|
68d6a0ee85
|
prohibit storage join if ORs
|
2021-09-28 14:11:29 +03:00 |
|
Ilya Golshtein
|
4bddd0bc71
|
make PVS check happy with ORs in JOIN
|
2021-09-28 14:11:29 +03:00 |
|
Ilya Golshtein
|
d0990e270a
|
making gcc happy, minor improvements in ORs in JOIN
|
2021-09-28 14:11:29 +03:00 |
|
Ilya Golshtein
|
b03415bd0e
|
Fixed other bug if OR together with filter conditions
|
2021-09-28 14:11:29 +03:00 |
|
Ilya Golshtein
|
f94b2cba2d
|
Fixed bug if OR together with filter conditions, some comments
|
2021-09-28 14:11:29 +03:00 |
|
Ilya Golshtein
|
a18c6f7f8e
|
merge error fixed
|
2021-09-28 14:11:29 +03:00 |
|
Ilya Golshtein
|
db50015eed
|
review changes 1 - ASTPtr, some comments
|
2021-09-28 14:11:29 +03:00 |
|
Ilya Golshtein
|
3766d47f31
|
ORs in JOINs
|
2021-09-28 14:11:28 +03:00 |
|
Anton Popov
|
6f9e53197c
|
Merge remote-tracking branch 'upstream/master' into HEAD
|
2021-09-20 17:17:05 +03:00 |
|
alexey-milovidov
|
5f5b96aa57
|
Merge pull request #28982 from vdimir/issue-28660-pmj-fuzz
Add additional checkTypesOfKeys to JoiningTransform::transformHeader
|
2021-09-20 12:30:00 +03:00 |
|
Anton Popov
|
eef436fe22
|
Merge remote-tracking branch 'upstream/master' into HEAD
|
2021-09-16 18:07:42 +03:00 |
|
vdimir
|
2aef13e802
|
Update error messages for logical errors in HashJoin
|
2021-09-14 15:05:09 +03:00 |
|
vdimir
|
1fdbb9509f
|
Add additional checkTypesOfKeys to JoiningTransform::transformHeader
|
2021-09-14 11:03:22 +03:00 |
|
Anton Popov
|
8203bd1ac6
|
Merge remote-tracking branch 'upstream/master' into HEAD
|
2021-09-09 14:04:37 +03:00 |
|
vdimir
|
ed8c156190
|
Clean up TableJoin storage join
|
2021-09-01 15:05:47 +03:00 |
|
Anton Popov
|
c3c3a06078
|
Merge remote-tracking branch 'upstream/master' into HEAD
|
2021-08-20 01:45:38 +03:00 |
|
vdimir
|
ca67bf0e5a
|
Fix NotJoinedBlocks::read, add logging
|
2021-08-18 11:18:33 +03:00 |
|
vdimir
|
2dfbbe364b
|
Do not use BlockInputStream for NonJoined
|
2021-08-17 16:30:01 +03:00 |
|
vdimir
|
9d8178d04c
|
Refactor NotJoined pt2: rename classes, get rig of inheritance
|
2021-08-17 13:32:16 +03:00 |
|