-
Notifications
You must be signed in to change notification settings - Fork 4k
ARROW-4535: [C++] Fix MakeBuilder to preserve ListType's field name #3619
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-4535: [C++] Fix MakeBuilder to preserve ListType's field name #3619
Conversation
wesm
left a comment
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, yes I agree with you
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.
I think that we don't need this assertion.
This is tests on C++ layer.
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.
Deleted.
d5b0e68 to
34f9fd7
Compare
|
The test failure on Travis CI is related to a We need to fix this bug. The fix of this breaks backward compatibility but this is acceptable. Because normal users don't use |
|
@kou I'll make another pull-request to modify |
|
Thanks! |
MakeBuilder doesn't preserve the field name in the given ListType. I think this is a bug.
34f9fd7 to
54c18c7
Compare
54c18c7 to
e4d8597
Compare
xhochy
left a comment
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, LGTM
MakeBuilder doesn't preserve the field name in the given ListType.
I think this is a bug.