ajantha-bhat opened a new pull request #3469: URL: https://github.com/apache/iceberg/pull/3469
Actions in `org.apache.iceberg.actions` package is deprecated and replaced with `org.apache.iceberg.spark.actions`. But there is no test case present for most of the actions present in `SparkActions`. All the test cases are pointing to deprecated Actions. Hence this PR does the below changes to add test cases for SparkActions. - Move TestCreateActions, TestDeleteReachableFilesAction, TestExpireSnapshotsAction, TestRemoveOrphanFilesAction, TestRemoveOrphanFilesAction3, TestRewriteManifestsAction From org.apache.iceberg.actions to org.apache.iceberg.spark.actions And for above classes adopt to SparkActions. - In org.apache.iceberg.spark.actions package Rename already existing TestNewRewriteDataFilesAction to TestRewriteDataFilesAction. - In org.apache.iceberg.actions package delete the existing TestRewriteDataFilesAction as TestNewRewriteDataFilesAction was covering all those scenarios. -- 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]
