Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
1.11.0
-
Patch
Description
Reading Parquet files in Apache Beam using ParquetIO uses `AvroParquetReader` causing it to throw `IllegalArgumentException("INT96 not implemented and is deprecated")`
Customers have large datasets which can't be reprocessed again to convert into a supported type. An easier approach would be to convert into a byte array of 12 bytes, that can then be interpreted by the developer in any way they want to interpret it.
Attachments
Attachments
Issue Links
- is related to
-
PARQUET-323 INT96 should be marked as deprecated
- Closed
- relates to
-
BEAM-11527 Support user configurable Hadoop Configuration flags for ParquetIO
- Triage Needed
- links to