Closed sadikovi closed 6 years ago
@sunchao Could you review please? Thanks!
I simply copied format to the repository. There are quite a few changes to the format itself with additions like column index, etc. For example, there is added LogicalType to replace ConvertedType. Do we need to add support for it?
We should also create issues to add those LZ4 and ZSTD support!
@sunchao I addressed your comments. Could you have a look again? Thanks!
Merged. Thanks again @sadikovi !
@sunchao thanks for the review and merge!
This PR updates
parquet.thrift
file to the latest version in parquet-formatf1de77d31936f4d50f1286676a0034b6339918ee
(https://github.com/apache/parquet-format/commit/f1de77d31936f4d50f1286676a0034b6339918ee). All tests pass locally after I added missing codec types LZ4 and ZSTD.Closes #21