Skip to content

Commit

Permalink
revert a change
Browse files Browse the repository at this point in the history
  • Loading branch information
andygrove committed May 3, 2024
1 parent 4374fc0 commit 2e5e33b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spark/src/test/scala/org/apache/comet/CometCastSuite.scala
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ class CometCastSuite extends CometTestBase with AdaptiveSparkPlanHelper {
} else if (!testExists) {
fail(s"Missing test: $expectedTestName")
}
} else if (testExists) {
fail(s"Found test for cast that Spark does not support: $expectedTestName")
}
}
}
Expand Down

0 comments on commit 2e5e33b

Please sign in to comment.