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

   This adds an interface for FileIO implementations to support prefix based 
operations for listing and deleting.
   
   The primary motivation is to enable supporting maintenance activities (like 
cleaning path directories or listing table locations) without the need to fall 
back to Hadoop FileSystem. 
   
   There are some notable behavioral differences between directory based and 
object based storage systems (e.g. for directory based storage, a the prefix 
must denote a directory).  


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