Skip to content

Commit

Permalink
Make partition schema testing integration tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
yruslan committed Feb 13, 2025
1 parent 8569a31 commit 89f1bc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import java.time.LocalDate
import scala.collection.mutable
import scala.util.Random

class MetastorePartitionSchemeSuite extends AnyWordSpec
class MetastorePartitionSchemeLongSuite extends AnyWordSpec
with SparkTestBase
with TempDirFixture
with TextComparisonFixture {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import java.time.LocalDate
import scala.collection.JavaConverters._
import scala.util.Random

class MetastorePersistenceIcebergSuite extends AnyWordSpec
class MetastorePersistenceIcebergLongSuite extends AnyWordSpec
with SparkTestIcebergBase
with TempDirFixture
with TextComparisonFixture {
Expand Down

0 comments on commit 89f1bc3

Please sign in to comment.