kevinjqliu commented on PR #921: URL: https://github.com/apache/iceberg-python/pull/921#issuecomment-2227052294
My understanding of the "re-aligning" problem is the alignment between parquet and iceberg. similar to what Fokko mentioned here https://github.com/apache/iceberg-python/pull/829#issuecomment-2219874876 I think this PR currently only addresses schema compatibility and it is still possible to write parquet files with out-of-order schema. The `test_table_write_out_of_order_schema` test shows we are allowing out-of-order schema on write, but we want to sort the schema order before writing. Can probably punt this to a subsequent PR as an optimization -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org