antiii-tech commented on code in PR #5143:
URL: https://github.com/apache/iceberg/pull/5143#discussion_r1233687967
##########
spark/v3.2/spark/src/test/java/org/apache/iceberg/spark/actions/TestExpireSnapshotsAction.java:
##########
@@ -1147,7 +1147,7 @@ public void testUseLocalIterator() {
checkExpirationResults(1L, 0L, 0L, 1L, 2L, results);
Assert.assertEquals("Expected total number of jobs with stream-results
should match the expected number",
- 5L, jobsRunDuringStreamResults);
+ 4L, jobsRunDuringStreamResults);
Review Comment:
could you explain what the 4 task is? I'm really confused, thanks a lot
--
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]