jackye1995 opened a new issue, #6809: URL: https://github.com/apache/iceberg/issues/6809
### Feature Request / Improvement from https://github.com/apache/iceberg/pull/6772#issuecomment-1426873914, also copied here: We have different places for creating file path names, - `LocationProvider` for data files - `TableOperations.metadataFileLocation` for manifests and manifest lists - catalog specific impl for metadata file location (e.g. `BaseMetastoreTableOperations.newTableMetadataFilePath`) We should consolidate all the file path creations to `LocationProvider` if possible. Any thoughts? @rdblue @nastra @RussellSpitzer This would also help us enforce things like object storage mode to not just data files but also metadata files. ### Query engine None -- 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]
