Commits


Wes McKinney authored and Uwe L. Korn committed 68daba2ba73
ARROW-3020: [C++/Python] Allow empty arrow::Table objects to be written 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 #3269 from wesm/ARROW-3020 and squashes the following commits: b8c0cc2d <Wes McKinney> Revert changes to CMakeLists.txt 12b92cf6 <Wes McKinney> Allow empty arrow::Table objects to be written as empty Parquet row groups, and read back