ggershinsky commented on code in PR #6762:
URL: https://github.com/apache/iceberg/pull/6762#discussion_r1133209135


##########
mr/src/main/java/org/apache/iceberg/mr/mapreduce/IcebergInputFormat.java:
##########
@@ -419,6 +421,12 @@ private CloseableIterable<T> newParquetIterable(
           if (nameMapping != null) {
             
parquetReadBuilder.withNameMapping(NameMappingParser.fromJson(nameMapping));
           }
+          if (task.file().keyMetadata() != null) {

Review Comment:
   Added empty lines after each block in this PR, per the comment above. If 
other style guidelines are meant, please let me know.



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

Reply via email to