You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by "jackye1995 (via GitHub)" <gi...@apache.org> on 2023/02/06 16:48:01 UTC

[GitHub] [iceberg] jackye1995 commented on issue #6758: S3FileIO Can Create Non-Posix Paths

jackye1995 commented on issue #6758:
URL: https://github.com/apache/iceberg/issues/6758#issuecomment-1419396445

   So internally we have a fix, where we extend Hadoop `Path` to work with double slash instead of the posix standard, and use that Path object for Iceberg for the specific `FileSystem` implementation. But for existing tables written with //, it seems like a case that has to continue to be supported in this way.
   
   But I agree it would be good to enforce this across all FileIOs, and just make sure removing trailing slash is done whenever needed. I am not sure if it has to be in the spec, given it has been like this for a pretty long time.


-- 
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: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org