kbendick commented on issue #4928: URL: https://github.com/apache/iceberg/issues/4928#issuecomment-1145171471
We explicitly chose not to, as the file compression can be changed and it's inferred on read for each file. So it's not necessary. If you want to have it add the extension, there would probably need to be a strong argument for why that's needed / depending on how much work is requireed. You might try using a custom `LocationProvider`, which is how file paths are determined. Docs for custom location provider: https://iceberg.apache.org/docs/latest/custom-catalog/#custom-location-provider-implementation Source code for current location providers: https://github.com/apache/iceberg/blob/master/core/src/main/java/org/apache/iceberg/LocationProviders.java -- 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]
