Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

REST API path resolution is not general enough when using rest catalog #11391

Open
2 of 3 tasks
beyond-up opened this issue Oct 25, 2024 · 0 comments
Open
2 of 3 tasks
Labels
improvement PR that improves existing functionality

Comments

@beyond-up
Copy link

beyond-up commented Oct 25, 2024

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:
image

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
@beyond-up beyond-up added the improvement PR that improves existing functionality label Oct 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement PR that improves existing functionality
Projects
None yet
Development

No branches or pull requests

1 participant