Fokko commented on issue #2259: URL: https://github.com/apache/iceberg-python/issues/2259#issuecomment-3152189644
Can we elaborate on this? FileIO is designed to be the right abstraction, most of the listing operations on object-stores are performing very poorly because of the paged respones. Therefore the list-operation is left out intentionally since every non-filesystem (Iceberg is designed for object stores), requires different optimizations. -- 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]
