Skip to content

Commit

Permalink
Spark: Move Action tests to the correct package (#1609)
Browse files Browse the repository at this point in the history
  • Loading branch information
RussellSpitzer authored Oct 14, 2020
1 parent c9ccdfe commit 9d98b1d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@
* under the License.
*/

package org.apache.iceberg.spark.actions;

import org.apache.iceberg.actions.TestExpireSnapshotsAction;
package org.apache.iceberg.actions;

public class TestExpireSnapshotsAction3 extends TestExpireSnapshotsAction {
}
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@
* under the License.
*/

package org.apache.iceberg.spark.actions;

import org.apache.iceberg.actions.TestRemoveOrphanFilesAction;
package org.apache.iceberg.actions;

public class TestRemoveOrphanFilesAction3 extends TestRemoveOrphanFilesAction {
}
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@
* under the License.
*/

package org.apache.iceberg.spark.actions;

import org.apache.iceberg.actions.TestRewriteDataFilesAction;
package org.apache.iceberg.actions;

public class TestRewriteDataFilesAction3 extends TestRewriteDataFilesAction {
}
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@
* under the License.
*/

package org.apache.iceberg.spark.actions;

import org.apache.iceberg.actions.TestRewriteManifestsAction;
package org.apache.iceberg.actions;

public class TestRewriteManifestsAction3 extends TestRewriteManifestsAction {
public TestRewriteManifestsAction3(String snapshotIdInheritanceEnabled) {
Expand Down

0 comments on commit 9d98b1d

Please sign in to comment.