gszadovszky commented on PR #3699: URL: https://github.com/apache/parquet-java/pull/3699#issuecomment-5164749458
It looks good to me. There is however a potential follow up issue from codex: >[P2] Keep mixed-version floating schemas mergeable > >PrimitiveType.java:661-667 makes new floating schemas default to IEEE_754_TOTAL_ORDER, while ParquetMetadataConverter.java:2064-2070 reads legacy footers as TYPE_DEFINED_ORDER. PrimitiveType.java:910-913 rejects those differing orders during strict schema union, and ParquetInputFormat.java:378-385 uses strict global-metadata merging for client-side split planning. Consequently, metadata aggregation over otherwise identical pre- and post-upgrade files can fail with IncompatibleSchemaModificationException. Please add a mixed-footer regression test and reconcile differing floating orders conservatively during aggregation, for example as UNDEFINED. -- 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]
