Commits


Uwe L. Korn authored and Wes McKinney committed 355f7c96a19
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