gnuhpc commented on PR #630: URL: https://github.com/apache/fluss-rust/pull/630#issuecomment-4759225744
@fresh-borzoni Rebased on current main and applied the `pub(crate)` visibility tightening from 775ee07 to all 19 new wrapper types on this PR (and `pub(crate) fn new` on `ScanKvRequest`). Domain types, enum mappings, and `Default` drops are unchanged. Verified end-to-end against real Java Fluss servers in Docker: - **0.9.1-incubating**: 68/68 integration tests pass (including 15 admin_extended tests for the new wrappers — APIs not supported on 0.9.x tolerate `UnsupportedVersion` per design) - **1.0-SNAPSHOT-dev** (built from apache/fluss main): 73/73 integration tests pass (the extra 5 are `admin_v1` tests gated behind the `fluss_v1` feature for 1.x-only APIs) Plus unit tests (557 passed), `cargo fmt --all --check`, and `cargo clippy --all-targets -- -D warnings` all clean on every branch in the stack. -- 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]
