Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 0.11.0
-
Fix Version/s: 0.14.0
-
Component/s: Data Module
-
Labels:None
Description
ParquetFileSystemDatasetReader and ParquetFileSystemDatasetWriter should use the constructors of AvroParquetReader and AvroParquetWriter that take a Configuration, rather than relying on the default.
This relies on https://github.com/Parquet/parquet-mr/issues/295.