gnuhpc commented on PR #633: URL: https://github.com/apache/fluss-rust/pull/633#issuecomment-4759226714
Rebased on top of updated #632. `ScanKvRequest::new` is now `pub(crate)` (consumer is internal-only — `KvBatchScanner`). The `KvBatchScanner` public API itself was already domain-type-clean. Verified against real Java Fluss 0.9.1-incubating and 1.0-SNAPSHOT-dev — all 4 new `kv_batch_scanner_*` integration tests pass on 0.9.x (ScanKv on 0.9.x returns `UnsupportedVersion`, tolerated by design) and on 1.x. -- 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]
