-
Notifications
You must be signed in to change notification settings - Fork 433
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
Parse partition values before handing to PyArrow #565
Conversation
We were providing all partition values as strings, by PyArrow expects them to be parsed to the correct type.
The build error is caused by rustc update and not related to this PR. @fvaleye you want to take a final look at this change? |
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.
LGTM! Thank you @wjones127
d8bf257
to
cae052c
Compare
Force pushed with no new changes to rerun CI. |
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.
LGTM, will leave the merge button to @fvaleye :D
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.
LGTM thank you @wjones127 👍
Description
We were providing all partition values as strings, by PyArrow expects them to be parsed to the correct type.
Related Issue(s)
Documentation