Fix Merge(Distributed()) with JOIN#16993
Conversation
Not related, but interesting, I will take a look |
|
Cc @4ertus2 |
d1f52dc to
5297417
Compare
There was a problem hiding this comment.
Ok.
The logic is too complicated.
I strongly don't recommend to use Merge over Distributed.
Prefer Distributed over Merge whenever possible.
PS. Do I understand correctly, that it simply defies the purpose of GLOBAL JOIN? So, data won't be sent to remote servers for joining...
Indeed (this use case looks really doubtful)
Kind of, but temporary table will be still created and sent to the remote, while this should not happen. |
Backport #16993 to 20.12: Fix Merge(Distributed()) with JOIN
|
Hello guys, I see, that you backported that bug fix into version version 20.9 |
The fix was not backported. |
|
@SaltTan Thank you for explanation. Do not you know they want to backport it? |
Changelog category (leave one):
Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):
Fix Merge(Distributed()) with JOIN
Fixes: #11755
Refs: #15242
Broken-since: 20.3+ (looks like it had been introduced in #9035)
HEAD:
Details