ndrluis commented on code in PR #14027: URL: https://github.com/apache/iceberg/pull/14027#discussion_r2342937427
########## 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: This change does not solve all the problems. I'm doing some experiments here, playing around with pyiceberg and Spark, so I discovered some other things that I'm double-checking. I intend to add a more detailed analysis here over the weekend. -- 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