FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

feat(blob): add standalone BlobDescriptor reader by XiaoHongbo-Hope · Pull Request #762 · apache/paimon-rust · GitHub

feat(blob): add standalone BlobDescriptor reader - #762

Open
XiaoHongbo-Hope wants to merge 3 commits into
apache:mainfrom
XiaoHongbo-Hope:codex/blob-descriptor-reader-core
Open

feat(blob): add standalone BlobDescriptor reader#762
XiaoHongbo-Hope wants to merge 3 commits into
apache:mainfrom
XiaoHongbo-Hope:codex/blob-descriptor-reader-core

Conversation

XiaoHongbo-Hope commented Aug 29, 2026
edited
Loading

Copy link
Copy Markdown
Contributor

Summary

  • add a Rust BlobReader for serialized BlobDescriptor values
  • reuse existing validation, FileIO, URI grouping, range merging, and bounded concurrency
  • preserve input order and sanitize descriptor errors
  • support an existing FileIO so catalog-provided credential refresh is retained

This is the Rust core split from draft #761. C and Go bindings will follow separately.

Testing

  • cargo test -p paimon table::blob_resolver::tests --lib (11 passed)
  • DLF token-refresh BlobReader regression test
  • cargo clippy -p paimon --all-targets -- -D warnings
  • rustfmt and diff checks

XiaoHongbo-Hope marked this pull request as draft August 29, 2026 09:53
XiaoHongbo-Hope marked this pull request as ready for review August 29, 2026 10:04

QuakeWang left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

LGTM

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants


Back | FazBrowse Home | New Git URL