1 parent 59f8a21 commit 4864c86Copy full SHA for 4864c86
1 file changed
spark/src/test/scala/org/apache/comet/CometExpressionSuite.scala
@@ -2698,7 +2698,9 @@ class CometExpressionSuite extends CometTestBase with AdaptiveSparkPlanHelper {
2698
2699
test("test integral divide") {
2700
// 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") {
+ withSQLConf(
2702
+ CometConf.COMET_NATIVE_SCAN_IMPL.key -> CometConf.SCAN_NATIVE_COMET,
2703
+ CometConf.COMET_CAST_ALLOW_INCOMPATIBLE.key -> "true") {
2704
Seq(true, false).foreach { dictionaryEnabled =>
2705
withTempDir { dir =>
2706
val path1 = new Path(dir.toURI.toString, "test1.parquet")
0 commit comments