Skip to content

Commit 532d734

Browse files
committed
Test
1 parent 3a2ef15 commit 532d734

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

common/src/main/scala/org/apache/comet/CometConf.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -634,7 +634,7 @@ object CometConf extends ShimCometConf {
634634
"`spark.comet.sparkToColumnar.supportedOperatorList` into Arrow columnar format before " +
635635
"processing.")
636636
.booleanConf
637-
.createWithDefault(false)
637+
.createWithDefault(true)
638638

639639
val COMET_SPARK_TO_ARROW_SUPPORTED_OPERATOR_LIST: ConfigEntry[Seq[String]] =
640640
conf("spark.comet.sparkToColumnar.supportedOperatorList")
@@ -643,7 +643,7 @@ object CometConf extends ShimCometConf {
643643
"format when `spark.comet.sparkToColumnar.enabled` is true")
644644
.stringConf
645645
.toSequence
646-
.createWithDefault(Seq("Range,InMemoryTableScan,RDDScan"))
646+
.createWithDefault(Seq("Range,InMemoryTableScan,RDDScan,ExternalRDDScanExec"))
647647

648648
val COMET_CASE_CONVERSION_ENABLED: ConfigEntry[Boolean] =
649649
conf("spark.comet.caseConversion.enabled")

0 commit comments

Comments
 (0)