-
Notifications
You must be signed in to change notification settings - Fork 4k
ARROW-9304: [C++] Add "AppendEmpty" builder APIs for use inside StructBuilder::AppendNull #7887
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
Conversation
99a2881 to
cb10afc
Compare
0c7ace8 to
7b87f34
Compare
|
@pitrou does this seem ok now? |
|
As for naming, according to various dictionaries, "empty" as a noun (and "empties") is rather informal. |
0bd9afb to
af087b4
Compare
Fine, fixed. |
535980e to
52e96d5
Compare
|
Hi, @emkornfield , please also take a look at this patch when you have time.
|
pitrou
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.
Thanks for doing this. It looks a lot better now! Here are some more comments.
|
@tianchen92 The Parquet failure is probably a bug in the nested Parquet reader. I've pushed changes to your branch, be careful to pick them up. |
|
@tianchen92 sorry I missed the tag. Is it possible the failure could be related to https://issues.apache.org/jira/browse/ARROW-9603?filter=-2 |
|
@pitrou Thanks for your patch and careful review, I updated PR according to the comments above. |
c62169f to
1531ae6
Compare
|
@tianchen92 do you want to pick this up again? the bug that @emkornfield mentioned has been fixed. |
1531ae6 to
acee32e
Compare
|
@emkornfield @nealrichardson @pitrou Sorry for the delay due to National Day Holiday, I reverted parquet related changes and rebased this PR. Seems tests all passed (one unrelated failing). Please help take a look again, thanks! |
|
@pitrou any objections to merging now (I would expect this might conflict with Decimal256 PR). |
…tBuilder::AppendNull Change-Id: I2d04e0e102b5c92418fb1a691ca8b9b9f653f9fc
Add some simple JSON tests
Change-Id: I94b27df7b2db33f8625713818bad7c2055b9b93a
Change-Id: Icf1c2781fc6d738338eea3854d10d4430660e478
|
Working on this. |
pitrou
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.
Added some fixes and tests. +1.
No description provided.