rdblue commented on a change in pull request #6: Support customizing the location where data is written in Spark URL: https://github.com/apache/incubator-iceberg/pull/6#discussion_r240713212
########## File path: spark/src/test/java/com/netflix/iceberg/spark/source/TestDataFrameWrites.java ########## @@ -57,12 +61,14 @@ public class TestDataFrameWrites extends AvroDataTest { private static final Configuration CONF = new Configuration(); - private String format = null; + private final String format; @Parameterized.Parameters public static Object[][] parameters() { return new Object[][] { new Object[] { "parquet" }, + new Object[] { "parquet" }, Review comment: Why did you add these? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services