kszucs opened a new pull request, #2588: URL: https://github.com/apache/iceberg-rust/pull/2588
## Which issue does this PR close? - N/A (dependency bump) ## What changes are included in this PR? Bumps `opendal` from 0.56 to 0.57. The 0.57 release includes HuggingFace service improvements (notably xet read/write support) and now requires `repo_type` to be set explicitly — which our `hf://` URI handling already does, so no changes were needed there. The bump deprecates `GcsConfig`/`S3Config::allow_anonymous` in favour of `skip_signature`, so this PR migrates the three usages in the opendal storage backend to keep `clippy -D warnings` clean. No behavior change — `skip_signature` is the direct replacement for the anonymous-access path. ## Are these changes tested? Covered by the existing opendal storage tests. Verified locally with `cargo check --workspace --all-features --all-targets` and `cargo clippy -p iceberg-storage-opendal --all-targets --all-features -- -D warnings` (clean). --- This PR was prepared with help from Claude Code. -- 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]
