You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for now, we just support source as join build source, in distributed mode, we will collect unmatched rows from hash table. This will cause two problems:
if it's not a hash join, we can't retrieve data from hash table.
if source is large, we trigger spill in the future, and we can't collect from memory hash table.
How to Reproduce?
No response
Are you willing to submit PR?
Yes I am willing to submit a PR!
The text was updated successfully, but these errors were encountered:
Search before asking
Version
ed0c3f8
What's Wrong?
for now, we just support source as join build source, in distributed mode, we will collect unmatched rows from hash table. This will cause two problems:
How to Reproduce?
No response
Are you willing to submit PR?
The text was updated successfully, but these errors were encountered: