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: [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]