You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think that when making an http connection, the URI parsing should be as general as possible, compatible with situations where the URI does not end with '/'. And URIs without the character '/' are more commonly used。
Query engine
Flink
Willingness to contribute
I can contribute this improvement/feature independently
I would be willing to contribute this improvement/feature with guidance from the Iceberg community
I cannot contribute this improvement/feature at this time
The text was updated successfully, but these errors were encountered:
Feature Request / Improvement
When I use rest catalog I found the URI property must be ended with '/' like this 'http://10.10.10.10:9001/iceberg/'. when I use 'http://10.10.10.10:9001/iceberg' it goes wrong, like this:
I think that when making an http connection, the URI parsing should be as general as possible, compatible with situations where the URI does not end with '/'. And URIs without the character '/' are more commonly used。
Query engine
Flink
Willingness to contribute
The text was updated successfully, but these errors were encountered: