ewoodbury commented on PR #3255: URL: https://github.com/apache/iceberg-rust/pull/3255#issuecomment-5788102641
Thanks and great catch @mbutrovich - updated! Fixed the merge conflict and updated tests to be consistent as well One more regression I found: a Parquet Arrow schema hint can read a list as `LargeList` while the table schema is `List`. Main cast that; `PromotePlan` only matched the same offset width, so the read failed with `cannot promote` even when the element type was unchanged. 608282436 casts the offset width, then runs the element plan, and test `promote_large_list_file_column_to_list` covers it. -- 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]
