puchengy opened a new issue, #4582: URL: https://github.com/apache/iceberg/issues/4582
Creating an Iceberg table from spark-3.2 with iceberg runtime 0.13.1 with location `s3://bucket/db/tbl/` will cause underlying files be like `s3://bucket/db/tbl//data/xxx`. This leads to other system (e.g. Trino) file not found exception as those system will remove the duplicated slash in the string (`s3://bucket/db/tbl/data/xxx`). I think the right behavior should be letting iceberg remove extraneous trailing slash in table location. i.e. when setting the table location as `s3://bucket/db/tbl/`. the trailing `/` should be removed. -- 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]
