Skip to content

Commit 4864c86

Browse files
author
Bhargava Vadlamani
committed
cast_operands_decimal_type
1 parent 59f8a21 commit 4864c86

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

spark/src/test/scala/org/apache/comet/CometExpressionSuite.scala

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2698,7 +2698,9 @@ class CometExpressionSuite extends CometTestBase with AdaptiveSparkPlanHelper {
26982698

26992699
test("test integral divide") {
27002700
// this test requires native_comet scan due to unsigned u8/u16 issue
2701-
withSQLConf(CometConf.COMET_NATIVE_SCAN_IMPL.key -> CometConf.SCAN_NATIVE_COMET, CometConf.COMET_CAST_ALLOW_INCOMPATIBLE.key -> "true") {
2701+
withSQLConf(
2702+
CometConf.COMET_NATIVE_SCAN_IMPL.key -> CometConf.SCAN_NATIVE_COMET,
2703+
CometConf.COMET_CAST_ALLOW_INCOMPATIBLE.key -> "true") {
27022704
Seq(true, false).foreach { dictionaryEnabled =>
27032705
withTempDir { dir =>
27042706
val path1 = new Path(dir.toURI.toString, "test1.parquet")

0 commit comments

Comments
 (0)