dramaticlly commented on PR #4629:
URL: https://github.com/apache/iceberg/pull/4629#issuecomment-1109145010

   from what I can tell, all Spark share the similar interface, so looks like 
Spark3.2 is updated with new results but [Spark 
2.4](https://github.com/apache/iceberg/blob/master/spark/v2.4/spark/src/main/java/org/apache/iceberg/spark/actions/BaseExpireSnapshotsSparkAction.java#L274)
 is still unhappy per CI failure 
   
   ```
   
/home/runner/work/iceberg/iceberg/spark/v2.4/spark/src/main/java/org/apache/iceberg/spark/actions/BaseExpireSnapshotsSparkAction.java:274:
 error: constructor BaseExpireSnapshotsActionResult in class 
org.apache.iceberg.actions.BaseExpireSnapshotsActionResult cannot be applied to 
given types;
   
       return new BaseExpireSnapshotsActionResult(dataFileCount.get(), 
manifestCount.get(), manifestListCount.get());
              ^
   ```


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