moomindani commented on PR #2790: URL: https://github.com/apache/iceberg-rust/pull/2790#issuecomment-5689754918
Rebased onto current `main` — this had drifted 85 commits behind and was conflicting, so no CI had run on it for weeks. Now mergeable and green. Verified locally with the pinned toolchain: `cargo test -p iceberg --lib` 1750 passed, `cargo clippy --all-targets --all-features -- -D warnings` clean, `cargo fmt --check` clean. The rebase conflict was only in the test module, where `main` and this branch had each appended tests at the same place; both sets are kept. @CTTY @kevinjqliu this is a small spec-conformance fix — v3 readers are required to read tables with unknown transforms rather than fail parsing, matching Java's `Transforms.fromString`. It has had no review since it was opened on 9 July. Would either of you take a look? -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
