XiaoHongbo-Hope opened a new pull request, #9428: URL: https://github.com/apache/paimon/pull/9428
### Purpose `MultimodalTable` exposes bulk BLOB reads only through `scan()`, so whole-table callers cannot use `table.read_blobs()` or `table.stream_blobs()` directly. This adds table-level convenience methods that reuse the existing scan implementation. They support `parallelism`, `snapshot_id`, and `tag_name`; filtered or projected reads remain available through `scan()`. The multimodal API documentation and an end-to-end regression test cover bulk reads, streaming reads, time travel, and eager column validation. ### Tests - `pytest pypaimon/tests/multimodal_table_test.py -q` (68 passed) - `flake8` for changed Python files - `python3.6 -m py_compile` for changed Python files - `git diff --check` -- 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]
