jordepic opened a new pull request, #14501:
URL: https://github.com/apache/iceberg/pull/14501

   As of now, the HadoopFileIO uses the Java delete API, which always skips 
using a configured trash directory. If the table's hadoop configuration has 
trash enabled, we should use it. In the event of single file deletions, we aim 
to mimic existing behavior, throwing an error when attempting to delete a 
directory. In the single file delete case, this notably adds an RPC call (to 
check if a path is a directory) if the trash is enabled.


-- 
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]

Reply via email to