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 6c2c182 commit 6534a9d
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -298,9 +298,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 @@ -323,9 +320,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 6534a9d

Please sign in to comment.