Skip to content

[core] avoid reading stale blobs during fallback read. - #9208

Merged
JingsongLi merged 1 commit into
apache:masterfrom
steFaiz:iter_skip_record
Aug 13, 2026
Merged

[core] avoid reading stale blobs during fallback read.#9208
JingsongLi merged 1 commit into
apache:masterfrom
steFaiz:iter_skip_record

Conversation

@steFaiz

@steFaiz steFaiz commented Aug 13, 2026

Copy link
Copy Markdown
Contributor

Purpose

Currently, in BlobFallbackReader, we have to read out all blobs even if those files are stale.
This PR introduces a skip method for BlobFormat. So that we could skip stale blobs instead of reading and discarding them.

Tests

See unit tests.

@JingsongLi

Copy link
Copy Markdown
Contributor

+1

@JingsongLi
JingsongLi merged commit b6e0e78 into apache:master Aug 13, 2026
13 checks passed
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