smaheshwar-pltr opened a new pull request, #14876: URL: https://github.com/apache/iceberg/pull/14876
A table having encryption should not discount it from it supporting bulk operations (e.g. https://github.com/apache/iceberg/blob/9ca8029b4f7932ca2c22b034a0abc0edf8972975/spark/v4.0/spark/src/main/java/org/apache/iceberg/spark/actions/DeleteOrphanFilesSparkAction.java#L316-L344) if the underlying IO supports it. But currently `EncryptingFileIO#combine` will never result in a `FIleIO` that `SupportsBulkOperations`. -- 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]
