-
Notifications
You must be signed in to change notification settings - Fork 19
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
Simple JOINs not working #248
Comments
Thanks for reaching out! Yeah there may be issues with join operations. The field names starting with Having a compatibility table is a good idea! I've created an issue (#249) to track this. |
I'll start looking into this within the next hour. Please let us know if you run into any other issues and we'll make sure to prioritize! |
Thanks! No rush on my side - look forward to seeing how this evolve |
#250 now passes all tests in the This is the failing test case:
We'll merge this PR and roll out a new release shortly. Follow-up work will continue afterward to address the last test case! |
Sorry didn't mean to close! |
I've created a separate issue (#251) to track the remaining work. |
@jacopotagliabue Sail |
Hey, thanks for your work, I really appreciate the effort!
I am having trouble with very simple JOINs - proprietary code so I need to replace a few labels, but the TL;DR is that I dropped in the library as a PySpark replacement as suggested in the "getting started". Installation was relatively simple.!
Unfortunately, I'm stuck at the first dataframe join. The only column in my DF to be joined is myfield
But then the join operation on the other df gives me this error:
Something is wrong with field name obviously as I have no names corresponding to this error message (note that I did not obfuscate the error message if not for
myfield
).More generally, as the library matures it would be great (in the README?) to have an explicit compatibility table with Spark ops, so users can get a feeling of the support for "drop-in replacement" before embarking in setting up a conversion project.
Happy to test fixes and other stuff if needed.
The text was updated successfully, but these errors were encountered: