rdblue commented on code in PR #3072:
URL: https://github.com/apache/parquet-java/pull/3072#discussion_r2037868025
##########
parquet-format-structures/src/main/java/org/apache/parquet/format/LogicalTypes.java:
##########
@@ -54,4 +54,11 @@ public static LogicalType DECIMAL(int scale, int precision) {
public static final LogicalType BSON = LogicalType.BSON(new BsonType());
public static final LogicalType FLOAT16 = LogicalType.FLOAT16(new
Float16Type());
public static final LogicalType UUID = LogicalType.UUID(new UUIDType());
+ public static final LogicalType VARIANT = LogicalType.VARIANT(variant());
+
+ private static final VariantType variant() {
Review Comment:
There is no need for this method to be `final`.
--
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]