jerry-024 commented on PR #742: URL: https://github.com/apache/paimon-rust/pull/742#issuecomment-5391137772
One Java compatibility gap remains in the changelog path.\n\n[](https://github.com/apache/paimon-rust/blob/8ffa33bf4d8a8a3292935dab952c32e2fe04d3b3/crates/paimon/src/table/table_commit.rs#L2862-L2874) creates every changelog with version . These entries are then written through the same path and as regular data manifests.\n\nJava also writes and reads changelog entries through the regular , and accepts only format identifier . As a result, Java reading a Rust-written changelog manifest will reach and fail with .\n\nCould we change this value to and add a regression test covering ? This PR aligns the top-level field order, but changelog manifests remain incompatible until the version value is aligned as well. -- 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]
