forked from apache/arrow
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PARQUET-711: Use metadata builders in parquet writer
I wrote a sample file and the metadata seems to be correct. @xhochy I fixed some missing metadata like `dictionary_page_offset`. You might want to check if this fixes the Drill problem. Author: Deepak Majeti <deepak.majeti@hpe.com> Closes apache#156 from majetideepak/PARQUET-711 and squashes the following commits: 25f5a7e [Deepak Majeti] fix schema and descr. Resolves PARQUET-705 and PARQUET-707 8b4784d [Deepak Majeti] Review comments to add methods back fdbc761 [Deepak Majeti] fix clang error and comments c6cb071 [Deepak Majeti] convert DCHECKS to Exceptions in metadata ada3ac2 [Deepak Majeti] clang format d9c9131 [Deepak Majeti] Use metadata builders in parquet writer Change-Id: Idaef448d5a5ac4b29794f141d2b5c87a1e4f40d5
- Loading branch information
Showing
13 changed files
with
190 additions
and
184 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.