anoopj opened a new pull request, #18021: URL: https://github.com/apache/iceberg/pull/18021
V4ManifestReader took a bare InputFile, so callers had to thread manifest metadata like the deletion vector in separately. Have it take a ManifestFile and a FileIO instead: it opens the file itself and reads the format version and manifest DV straight off the manifest. Add ManifestFile.formatVersion() and reject unsupported versions and manifest DVs up front when the builder is created. Now that the reader owns opening the file, move the scanned-manifest metric into it. -- 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]
