amogh-jahagirdar commented on code in PR #14027:
URL: https://github.com/apache/iceberg/pull/14027#discussion_r2341380971
##########
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 fix seems OK to me, but the part I don't quite understand yet (I
haven't dug into it yet) is this issue PyIceberg specific? What's different
about for instance the dictionaries with UUID produced by Spark and why doesn't
that fail?
--
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]