aihuaxu commented on code in PR #12916:
URL: https://github.com/apache/iceberg/pull/12916#discussion_r2069721457
##########
parquet/src/test/java/org/apache/iceberg/parquet/TestVariantReaders.java:
##########
@@ -1455,70 +1454,12 @@ private static void checkShreddedType(Type
shreddedType) {
}
private static Type shreddedPrimitive(PrimitiveTypeName primitive) {
Review Comment:
Seems to make sense to use
`ParquetSchemaProducer.shreddedPrimitive(primitive)` directly rather than
creating a new method here. Same for shreddedPrimitive(PrimitiveTypeName
primitive, LogicalTypeAnnotation annotation), checkField(GroupType fieldType),
objectFields(GroupType... fields) below.
--
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]