nikdeapen opened a new pull request, #7298: URL: https://github.com/apache/iceberg/pull/7298
The current implementation ignores EOF and will return EOF or invalid result when the byte is negative. This is causing an issue where unexpected EOF is returned for the hadoop parquet file reader when reading parquet metadata: https://github.com/apache/parquet-mr/blob/master/parquet-hadoop/src/main/java/org/apache/parquet/hadoop/ParquetFileReader.java#L542 -- 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]
