fresh-borzoni commented on PR #352: URL: https://github.com/apache/fluss-rust/pull/352#issuecomment-3923039377
@leekeiabstraction, it might be the case that we would need to get https://github.com/apache/fluss-rust/pull/351 merged first 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: `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 -- 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]
