pavibhai opened a new pull request, #5778: URL: https://github.com/apache/iceberg/pull/5778
## What? Fixes ORCFileAppender such that it can retrieve the stripe offsets from the writer instead of having to reopen the file. ## Why? From ORC 1.7 we have a public API for getting stripe information from the writer. This avoids an additional IO to get stripe offsets ## Tests An existing unit test was enhanced to verify that the stripes offsets is the same as it would have been when read off the file -- 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]
