-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ARROW-92: Arrow to Parquet Schema conversion
My current WIP state. To make the actual schema conversion complete, we probably need the physical structure too as Arrow schemas only care about logical types whereas Parquet schema is about logical and physical types. Author: Uwe L. Korn <uwelk@xhochy.com> Closes #68 from xhochy/arrow-92 and squashes the following commits: e3aa261 [Uwe L. Korn] Add macro to convert ParquetException to Status 9c5b085 [Uwe L. Korn] Include string 42ed0ea [Uwe L. Korn] Add struct conversion 38e68e5 [Uwe L. Korn] make format 9a6c876 [Uwe L. Korn] Add more types 8a0293e [Uwe L. Korn] ARROW-92: Arrow to Parquet Schema conversion
- Loading branch information
Showing
3 changed files
with
210 additions
and
0 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