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

   That's basically the only issue, I think you may be safe if you never use a 
Hadoop File System implementation but it can potentially make an Iceberg table 
with paths that another framework like Spark or Flink could not access. So our 
big thought here is should we force all Iceberg "paths" to be posix normalized 
(no double slashes, no relative path elements, etc ...) 
   
   Another example would be setting the table location like ```foo/bar/../baz```
   In our HadoopFileIo this would be equivelent to ```foo/baz```
   But S3FileIO treats it like a string an would probably make 
```foo/bar/../baz``` with 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: issues-unsubscr...@iceberg.apache.org

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


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

Reply via email to