huaxingao commented on code in PR #14027:
URL: https://github.com/apache/iceberg/pull/14027#discussion_r2334236428


##########
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:
   Since this method is also used by ` ParquetDictionaryRowGroupFilter`, should 
we add a uuid test too?



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