### Search before asking - [x] I searched in the [issues](https://github.com/apache/fluss-rust/issues) and found nothing similar. ### Description as per title, what is now: - Rust — per bucket `HashMap<TableBucket, Vec<ScanRecord>>` - Python — flat `List[ScanRecord]`, each carries bucket - CPP — flat `Vec<FfiScanRecord>`, each carries bucket_id ### Willingness to contribute - [x] I'm willing to submit a PR!