-
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
ARROW-14999: [C++] Optional field name equality checks for map and list type #14847
Conversation
Seems like the Java test changes won't work as the latest stable PyArrow is used? |
I'm pretty sure it uses local PyArrow. I got the tests passing in the other PR. I think the error is just that I added |
CI failures are unrelated. |
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.
The R side looks good to me! Thanks!
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.
Thanks a lot @wjones127 ! This looks good on the princople, a couple minor comments.
Co-authored-by: Antoine Pitrou <[email protected]>
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.
+1, nice work @wjones127 !
BREAKING CHANGE
Two changes for "internal fields" (fields within ListTypes and MapTypes):
check_metadata
istrue
.