amogh-jahagirdar commented on code in PR #14027:
URL: https://github.com/apache/iceberg/pull/14027#discussion_r2341382981


##########
parquet/src/main/java/org/apache/iceberg/parquet/ParquetConversions.java:
##########
@@ -90,6 +91,10 @@ static Function<Object, Object> converterFromParquet(
   }
 
   static Function<Object, Object> converterFromParquet(PrimitiveType type) {
+    if (type.getLogicalTypeAnnotation() instanceof UUIDLogicalTypeAnnotation) {

Review Comment:
   cc @Fokko may have some insights too here since I know he was working on 
some UUID related fixes in the past.



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