-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[C++][Acero] Engine fails on long joins #36995
Comments
Thanks for reporting this @vkhodygo. It looks like the sheer size of the join means it's not supported. There's more information in the comment on this issue here which shows what determines the amount of key data (number of rows, number of join key columns, and data types of the join key columns). |
@thisisnic Thanks for getting back to me. I did some reading, and it looks like a common problem. Do you think it'll be resolved any time soon? |
I think it would depend on #31769 being resolved, and I don't think that anyone is working on this at the moment, so I'm afraid the answer is probably "no". |
Well, it looks like a workaround by splitting the data into batches manually is the only solid solution at the moment. I'll keep my eye on #31769, if you think this issue should be closed please do so. |
I'll close this as it'll be covered in that other ticket, but if you have encounter any other problems around this, feel free to open another issue! |
Describe the bug, including details regarding any error messages, version, and platform.
Tried to run some
R
code, and it fails with the following error:I suppose this problem is related to the engine itself, not to
R
in particular. Is it possible to get a fix somehow?Component(s)
C++
The text was updated successfully, but these errors were encountered: