Skip to content
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

Closed
wants to merge 2 commits into from

Conversation

emkornfield
Copy link
Contributor

Traverse the node hierarchy to ensure we capture the right value count.

@emkornfield emkornfield changed the title ARROW-9598: [C++][Parquet] Fix nullable structs ARROW-9598: [C++][Parquet] Fix writing nullable structs Jul 30, 2020
@github-actions
Copy link

@emkornfield
Copy link
Contributor Author

@wesm just wanted to make sure this is on your radar, it would be nice to get it into the patch release.

Copy link
Member

@wesm wesm left a 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}),
Copy link
Member

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})

@wesm
Copy link
Member

wesm commented Aug 10, 2020

Merging. Failure seems unrelated

@wesm wesm closed this in 1b0aebe Aug 10, 2020
kszucs pushed a commit to kszucs/arrow that referenced this pull request Aug 11, 2020
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>
kszucs pushed a commit to kszucs/arrow that referenced this pull request Aug 11, 2020
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>
kszucs pushed a commit to kszucs/arrow that referenced this pull request Aug 12, 2020
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>
kszucs pushed a commit to kszucs/arrow that referenced this pull request Aug 17, 2020
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>
kszucs pushed a commit to kszucs/arrow that referenced this pull request Aug 17, 2020
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>
GeorgeAp pushed a commit to sirensolutions/arrow that referenced this pull request Jun 7, 2021
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants