Fokko opened a new issue, #343: URL: https://github.com/apache/iceberg-go/issues/343
### Apache Iceberg version None ### Please describe the bug 🐞 When a table doesn't explicitly pass in a location, the location is determined based on the warehouse path. When it has a trailing `/`, [like in `s3_integration_test.go`](https://github.com/apache/iceberg-go/blob/0159561c2ea6109e0f35d2555bcd885fb277398b/io/s3_integration_test.go#L58), it fails when you don't pass in the Table location. PyIceberg ref: https://github.com/apache/iceberg-python/blob/c06e32034fbd32d5aab9b2ef19ad2d253141479d/pyiceberg/catalog/__init__.py#L925-L935 -- 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]
