Skip to content

Commit

Permalink
More
Browse files Browse the repository at this point in the history
  • Loading branch information
viirya committed Mar 6, 2024
1 parent ba8e67d commit 2d7fac1
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ class CometExpressionSuite extends CometTestBase with AdaptiveSparkPlanHelper {
}

test("decimals divide by zero") {
// TODO: enable Spark 3.2 & 3.3 tests after supporting decimal divide operation
assume(isSpark34Plus)

Seq(true, false).foreach { dictionary =>
withSQLConf(
SQLConf.PARQUET_WRITE_LEGACY_FORMAT.key -> "false",
Expand Down

0 comments on commit 2d7fac1

Please sign in to comment.