szlta opened a new pull request #3748: URL: https://github.com/apache/iceberg/pull/3748
The Hive ORC vectorization code path considered the ORC file start/end positions as per given by the task. In reality it should always read the OrcTail (metadata) parts from the end of the actual file, irrespective of the task offset/length information. This problem has come out after #3666 corrected that the split offsets provided by native file format appenders should be considered in split generation. Unfortunately the unit tests were not populating split_offsets either earlier... -- 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]
