Skip to content

[python] Make BLOB I/O merge parameters configurable - #9890

Merged
JingsongLi merged 4 commits into
apache:masterfrom
XiaoHongbo-Hope:codex/io-range-coalesce-config
Sep 17, 2026
Merged

JingsongLi merged 4 commits into
apache:masterfrom
XiaoHongbo-Hope:codex/io-range-coalesce-config

Conversation

@XiaoHongbo-Hope

@XiaoHongbo-Hope XiaoHongbo-Hope commented Sep 16, 2026

Copy link
Copy Markdown
Contributor

Coalesced BLOB reads use fixed 1 MiB gap and 8 MiB merge-size thresholds. Add file-io.read-coalesce.max-gap and file-io.read-coalesce.max-block catalog options to tune them. Defaults remain unchanged.

The old per-call max_gap and max_span arguments are removed; callers using them must set FileIO options instead.

Validation: 131 BLOB and 84 multimodal table tests passed; focused Flake8 and git diff --check passed.

@XiaoHongbo-Hope XiaoHongbo-Hope changed the title [python] Configure coalesced BLOB read bounds [python] Make BLOB range-read merging configurable Sep 16, 2026
@XiaoHongbo-Hope XiaoHongbo-Hope changed the title [python] Make BLOB range-read merging configurable [python] Make BLOB I/O merge parameters configurable Sep 16, 2026
@XiaoHongbo-Hope
XiaoHongbo-Hope marked this pull request as ready for review September 16, 2026 13:13

@JingsongLi JingsongLi left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

+1

@JingsongLi
JingsongLi merged commit c4bd2aa into apache:master Sep 17, 2026
14 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