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-3020: [C++/Python] Allow empty arrow::Table objects to be written as empty Parquet row groups #3269

Closed
wants to merge 2 commits into from

Conversation

wesm
Copy link
Member

@wesm wesm commented Dec 27, 2018

While it's unclear how useful this is, it at least preserves the intent of the user if they decide to call write_table with an empty table

Copy link
Member

@xhochy xhochy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1, LGTM

Error is due to the docs problem. Taking care of that.

@xhochy xhochy closed this in 68daba2 Dec 28, 2018
romainfrancois pushed a commit to romainfrancois/arrow that referenced this pull request Jan 3, 2019
…en as empty Parquet row groups

While it's unclear how useful this is, it at least preserves the intent of the user if they decide to call `write_table` with an empty table

Author: Wes McKinney <wesm+git@apache.org>

Closes apache#3269 from wesm/ARROW-3020 and squashes the following commits:

b8c0cc2 <Wes McKinney> Revert changes to CMakeLists.txt
12b92cf <Wes McKinney> Allow empty arrow::Table objects to be written as empty Parquet row groups, and read back
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.

None yet

2 participants