### Search before asking - [x] I searched in the [issues](https://github.com/apache/fluss-rust/issues) and found nothing similar. ### Description See https://github.com/apache/fluss-rust/blob/3e3ab5af94c49cf5429fab0de6d69a20f4e3de45/crates/fluss/src/client/table/remote_log.rs#L391 It'll read all into memory. But we can avoid it, see [`FileLogRecords`](https://github.com/apache/fluss/blob/8b11e00c239749c74bda8d243da09fb9fab5b893/fluss-common/src/main/java/org/apache/fluss/record/FileLogRecords.java#L50) in java side ### Willingness to contribute - [ ] I'm willing to submit a PR!