-
Notifications
You must be signed in to change notification settings - Fork 985
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
R crashes on non-equi join #3401
Comments
Also tested on the latest dev version, same error persists. |
Might be unrelated but you should run |
Thanks Michael. I set Were you able to reproduce this? |
Works well up until 1.11.8. Seg faults from 1.12.0. |
Seems like this is the commit that breaks: e59ba14#diff-3f6e5ca10e702fb2c499a882aa3447e0 |
Thanks @arunsrinivasan! That helps. I'm using 1.11.8 for now. Will upgrade to the latest dev once your fix is merged. Also, I wanted to thank you all for your great work in |
I just ran into this issue. super happy to find it has already been logged and patched. tested on my end against dev version and can confirm it solves my issue as well. you folks rock!!! |
And it will be landing on CRAN within days/hours |
I was able to work around this in my scenario by adding a pre-filter on my original code was something like:```
by adding a filters on
this filter on obviously there are all kinds of considerations, like is computing the min and max and applying the filter worth it and such. as I said, feel free to ignore if not useful |
Hi,
I think I'm encountering a weird bug where
R
crashes as I try to do a non-equi join. Apologies for not being able to create a minimal reproducible example. I have attached twodata.table
s, both with 10,000 rows and up to 4 columns.Here is the code to (hopefully) reproduce the error
Output of
sessionInfo()
----Thank you. Let me know if there is anything I can provide to aid in debugging.
The text was updated successfully, but these errors were encountered: