fresh-borzoni commented on PR #351:
URL: https://github.com/apache/fluss-rust/pull/351#issuecomment-3923048516

   I changes some C++ API theere to match between clients:
   
   * Size() to Count() on ScanRecord, it matches Java/Rust
   * Empty() to isEmpty() on ScanRecords, it matches Java/Rust
   * we still support flat iteration with `for (const auto& rec : 
scan_records)` , but not indexing isn't exposed in Java/Rust, so I removed it, 
I still exposed it in Python as it's more pythonic, but it's debatable. mb we 
wish to discuss it


-- 
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]

Reply via email to