jackylee-ch commented on PR #825: URL: https://github.com/apache/paimon-rust/pull/825#issuecomment-5662025929
Agreed, 0.8/0.9 support on its own would not be worth it — that table is just how I hit it. As I read `IndexManifestEntrySerializer`, this record's field list is deliberately not fixed: "Do not change when adding nullable fields. Old manifest readers skip unknown fields." Java resolves the record by name against the OCF's writer schema, so an item without `_CARDINALITY` reads as null; ours reads that union index by position, so the gap is on our side, not Java's. `decode_nullable_global_index` guards `_SOURCE_META` the same way (#515). Happy to drop the version framing from title and body. -- 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]
