chenghuichen opened a new pull request, #7666: URL: https://github.com/apache/paimon/pull/7666
### Purpose Previously, SlicedSplit row ranges on Lance files were applied in-memory via ShardBatchReader — the full file was read before discarding out-of-range rows. This change pushes the row range directly to `lance.file.LanceFileReader.read_range()`, so only the requested rows are read from disk, leveraging Lance's native random access capability. ### Tests pypaimon/tests/reader_append_only_test.py -- 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]
