rdblue commented on a change in pull request #144: Delete temporary metadata file when rename fails. URL: https://github.com/apache/incubator-iceberg/pull/144#discussion_r272658906
########## File path: core/src/test/java/org/apache/iceberg/hadoop/TestHadoopCommits.java ########## @@ -21,24 +21,40 @@ import com.google.common.collect.Lists; import java.io.File; +import java.io.IOException; +import java.util.Arrays; import java.util.List; + Review comment: Nit: imports should not include empty lines as breaks, except between imports and static imports. ---------------------------------------------------------------- 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]
