Skip to content

Commit

Permalink
remove assume() as the tests works for spark 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
himadripal committed Sep 7, 2024
1 parent d7b0b29 commit 54d8bf5
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -297,9 +297,6 @@ class CometExpressionSuite extends CometTestBase with AdaptiveSparkPlanHelper {
}

test("cast timestamp and timestamp_ntz to string") {
// TODO: make the test pass for Spark 3.3
assume(isSpark34Plus)

withSQLConf(
SESSION_LOCAL_TIMEZONE.key -> "Asia/Kathmandu",
CometConf.COMET_CAST_ALLOW_INCOMPATIBLE.key -> "true") {
Expand All @@ -322,9 +319,6 @@ class CometExpressionSuite extends CometTestBase with AdaptiveSparkPlanHelper {
}

test("cast timestamp and timestamp_ntz to long, date") {
// TODO: make the test pass for Spark 3.3
assume(isSpark34Plus)

withSQLConf(
SESSION_LOCAL_TIMEZONE.key -> "Asia/Kathmandu",
CometConf.COMET_CAST_ALLOW_INCOMPATIBLE.key -> "true") {
Expand Down

0 comments on commit 54d8bf5

Please sign in to comment.