ndrluis commented on PR #14027:
URL: https://github.com/apache/iceberg/pull/14027#issuecomment-3290263196

   @huaxingao @amogh-jahagirdar @Fokko with my latest commit, I was able to fix 
both cases. Since PyArrow (the version used by PyIceberg) does not add 
information about the logical type annotation, and since we are reverting back 
to using binary(16) in the visitor to represent the type on the PyIceberg side, 
we will only have this information when PyArrow has full support for UUID. 
Therefore, it's safer for us to verify the Iceberg type instead of the Parquet 
logical type annotation.
   
   I have already tested the scenario of writing with PyIceberg using 
binary(16) and reading with this branch.


-- 
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

Reply via email to