shreyas-dview opened a new pull request, #1254: URL: https://github.com/apache/parquet-mr/pull/1254
The current implementation of Parquet serialisation from Thrift Definitions results in the incorrect conversion of Thrift byte fields into INT32 without preserving the required LogicalType Metadata in the Parquet file. This behaviour leads to a loss of information and is inconsistent with the expected behaviour. The correct conversion should result in INT32 with LogicalType metadata indicating a bit width of 8 and signed as true. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
