RussellSpitzer commented on code in PR #6801:
URL: https://github.com/apache/iceberg/pull/6801#discussion_r1102935379
##########
spark/v3.3/spark-extensions/src/test/java/org/apache/iceberg/spark/extensions/TestRewriteDataFilesProcedure.java:
##########
@@ -580,8 +614,11 @@ public void testDefaultSortOrder() {
assertEquals(
"Action should rewrite 2 data files and add 1 data files",
- ImmutableList.of(row(2, 1)),
- output);
+ row(2, 1),
+ Arrays.copyOf(output.get(0), 2));
Review Comment:
Now that I see this, I think we should really just use the real amount that
we get programmatically
--
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]