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
Hi, @jason-heo. The parameter is not a one-to-one mapping from OpenDAL to the underlying storage services. I personally find delegation_token clear and easy to use.
I understand that using URL format can be a bit confusing; perhaps we could add some compatibility tricks on the Databend side.
Describe the bug
Hello.
This issue was originally reports to databendlabs/databend#16742
But I think this repository is better place to resolve it.
When I run
INSERT INTO
inbendsql
, OpenDAL requests WebHDFS url like this:I think
delegation_token
should be renamed todelegation
Above url gives 401 error. But When I test
&delegation=<token>
with curl, it worked well.You can see not
delegation_token
butdelegation
on WebHDFS REST API -> AuthenticationI've tested using
curl
and confirm that following url worked well.Steps to Reproduce
Sorry, I couldn't write OpenDAL source code in Rust.
Expected Behavior
url parameter
delegation_token
should be renamed todelegation
Additional Context
No response
Are you willing to submit a PR to fix this bug?
The text was updated successfully, but these errors were encountered: