apache / opendal

Apache OpenDAL: One Layer, All Storage.
https://opendal.apache.org
Apache License 2.0
3.47k stars 486 forks source link

fix(services/webhdfs): rename auth value #5342

Closed notauserx closed 6 days ago

notauserx commented 1 week ago

Closes #5267.

Renames the auth value from "delegation_token" to "delegation" based on doc

Xuanwo commented 6 days ago

Thank you @notauserx for the fix. This fix is correct, and it's my fault for misunderstanding the previous issues.

The only thing left here is to run a cargo fmt. Would you like to do this?

notauserx commented 6 days ago

@Xuanwo added changes from cargo fmt