rdblue opened a new pull request #1085: URL: https://github.com/apache/iceberg/pull/1085
The motivation for this is to enable caches that use Java serialization to track `TableMetadata` by the metadata file location. This cleans up a few areas: * `TableMetadata.file` is now replaced by `TableMetadata.metadataFileLocation`, so the API exposes a `String` instead of an `InputFile` * Locations that previously called `file` get an `InputFile` from `FileIO` or just use the location string * `Snapshot` keeps track of the manifest list path using a `String` instead of an `InputFile` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
