We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e538db9 commit 547fbe8Copy full SHA for 547fbe8
common/src/main/scala/org/apache/comet/CometConf.scala
@@ -599,7 +599,7 @@ object CometConf extends ShimCometConf {
599
"format when 'spark.comet.sparkToColumnar.enabled' is true")
600
.stringConf
601
.toSequence
602
- .createWithDefault(Seq("Range,InMemoryTableScan"))
+ .createWithDefault(Seq("Range,InMemoryTableScan,RDDScan"))
603
604
val COMET_CASE_CONVERSION_ENABLED: ConfigEntry[Boolean] =
605
conf("spark.comet.caseConversion.enabled")
0 commit comments