RussellSpitzer commented on a change in pull request #3724:
URL: https://github.com/apache/iceberg/pull/3724#discussion_r767769861
##########
File path:
spark/v3.2/spark/src/test/java/org/apache/iceberg/spark/actions/TestRewriteDataFilesAction.java
##########
@@ -159,7 +160,7 @@ public void testBinPackUnpartitionedTable() {
@Test
public void testBinPackPartitionedTable() {
- Table table = createTablePartitioned(4, 2);
+ Table table = createTablePartitioned(4, 2, new HashMap<>());
Review comment:
Adding the additional message signature will remove the need to change
these lines
--
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]