RussellSpitzer commented on a change in pull request #4152:
URL: https://github.com/apache/iceberg/pull/4152#discussion_r810392237



##########
File path: 
spark/v3.2/spark/src/test/java/org/apache/iceberg/spark/actions/TestExpireSnapshotsAction.java
##########
@@ -1025,7 +1027,7 @@ public void testExpireAction() {
   }
 
   @Test
-  public void testUseLocalIterator() {
+  public void testUseCollectAsList() {

Review comment:
       This isn't needed, we can just fix the testUseLocalIterator test and not 
keep another version. This test was modified when we changed our Action api and 
it just wasn't updated correctly. So drop "testUseCollectAsList" and keep 
"testUseLocalIterator"




-- 
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]

Reply via email to