rdblue commented on a change in pull request #665: PR#1 for merging 
vectorized-read branch into master
URL: https://github.com/apache/incubator-iceberg/pull/665#discussion_r349273159
 
 

 ##########
 File path: parquet/src/main/java/org/apache/iceberg/parquet/ParquetUtil.java
 ##########
 @@ -105,10 +112,14 @@ public static Metrics footerMetrics(ParquetMetadata 
metadata, MetricsConfig metr
             Types.NestedField field = fileSchema.findField(fieldId);
             if (field != null && stats.hasNonNullValue() && 
shouldStoreBounds(path, fileSchema)) {
               Literal<?> min = ParquetConversions.fromParquetPrimitive(
-                  field.type(), column.getPrimitiveType(), 
stats.genericGetMin());
+                  field.type(),
+                  column.getPrimitiveType(),
+                  stats.genericGetMin());
 
 Review comment:
   Looks like an unrelated change?

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to