You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by "antiii-tech (via GitHub)" <gi...@apache.org> on 2023/06/19 08:12:55 UTC

[GitHub] [iceberg] antiii-tech commented on a diff in pull request #5143: Spark: fix regression from scan refactor

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: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org