rdblue commented on a change in pull request #1818:
URL: https://github.com/apache/iceberg/pull/1818#discussion_r530021516
##########
File path: data/src/test/java/org/apache/iceberg/TestSplitScan.java
##########
@@ -63,7 +63,7 @@
@Parameterized.Parameters(name = "format = {0}")
public static Object[] parameters() {
- return new Object[] { "parquet", "avro" };
+ return new Object[] {"parquet", "avro"};
Review comment:
Nit: this line doesn't need to change. Can you revert it to avoid commit
conflicts?
----------------------------------------------------------------
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]