-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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-9598: [C++][Parquet] Fix writing nullable structs #7862
Conversation
@wesm just wanted to make sure this is on your radar, it would be nice to get it into the patch release. |
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 here
|
||
CheckSimpleRoundtrip( | ||
::arrow::Table::Make(std::make_shared<::arrow::Schema>( | ||
std::vector<std::shared_ptr<::arrow::Field>>{links}), |
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.
in the future you could do ::arrow::schema({links})
Merging. Failure seems unrelated |
Traverse the node hierarchy to ensure we capture the right value count. Closes apache#7862 from emkornfield/verify_parquetfg Authored-by: Micah Kornfield <emkornfield@gmail.com> Signed-off-by: Wes McKinney <wesm@apache.org>
Traverse the node hierarchy to ensure we capture the right value count. Closes apache#7862 from emkornfield/verify_parquetfg Authored-by: Micah Kornfield <emkornfield@gmail.com> Signed-off-by: Wes McKinney <wesm@apache.org>
Traverse the node hierarchy to ensure we capture the right value count. Closes apache#7862 from emkornfield/verify_parquetfg Authored-by: Micah Kornfield <emkornfield@gmail.com> Signed-off-by: Wes McKinney <wesm@apache.org>
Traverse the node hierarchy to ensure we capture the right value count. Closes apache#7862 from emkornfield/verify_parquetfg Authored-by: Micah Kornfield <emkornfield@gmail.com> Signed-off-by: Wes McKinney <wesm@apache.org>
Traverse the node hierarchy to ensure we capture the right value count. Closes apache#7862 from emkornfield/verify_parquetfg Authored-by: Micah Kornfield <emkornfield@gmail.com> Signed-off-by: Wes McKinney <wesm@apache.org>
Traverse the node hierarchy to ensure we capture the right value count. Closes apache#7862 from emkornfield/verify_parquetfg Authored-by: Micah Kornfield <emkornfield@gmail.com> Signed-off-by: Wes McKinney <wesm@apache.org>
Traverse the node hierarchy to ensure we capture the right value count.