XiaoHongbo-Hope opened a new pull request, #762: URL: https://github.com/apache/paimon-rust/pull/762
## Summary - Add a table-independent Rust `BlobReader` for serialized `BlobDescriptor` values. - Reuse existing validation, FileIO, URI grouping, range merging, and bounded concurrency. - Preserve input order and sanitize credentials from errors. This is the Rust core split from draft #761. C and Go bindings are intentionally outside this PR and will follow separately. ## Testing - `cargo test -p paimon table::blob_resolver::tests --lib` - `cargo clippy -p paimon --all-targets -- -D warnings` - `cargo fmt --all -- --check` - `git diff --check apache/main...HEAD` -- 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]
