-
Notifications
You must be signed in to change notification settings - Fork 608
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
fix(pyspark): ensure that the output of zip matches the expected ibis schema #9052
Conversation
0f4523b
to
6c5a533
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good on the pyspark
front -- going to need a bunch of notyet
s on the test
6c5a533
to
cc1a40e
Compare
Co-authored-by: Gil Forsyth <gforsyth@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suppose I should've tested the clouds… Let's see what happens. |
eh, one bigquery failure but it looks flaky to me (and not the test you added) |
Fix PySpark zip implementation to ensure that its output matches the schema expected by Ibis. Fixes #9049.