Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: merge into in distributed mode improvement. #13970

Open
2 tasks done
JackTan25 opened this issue Dec 10, 2023 · 0 comments
Open
2 tasks done

bug: merge into in distributed mode improvement. #13970

JackTan25 opened this issue Dec 10, 2023 · 0 comments
Assignees
Labels
C-bug Category: something isn't working

Comments

@JackTan25
Copy link
Contributor

Search before asking

  • I had searched in the issues and found no similar issues.

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:

  1. if it's not a hash join, we can't retrieve data from hash table.
  2. 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!
@JackTan25 JackTan25 added the C-bug Category: something isn't working label Dec 10, 2023
@JackTan25 JackTan25 self-assigned this Dec 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Category: something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant