Skip to content

Commit 547fbe8

Browse files
authored
minor: Add RDDScan to default value of sparkToColumnar.supportedOperatorList (#2422)
1 parent e538db9 commit 547fbe8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,7 @@ object CometConf extends ShimCometConf {
599599
"format when 'spark.comet.sparkToColumnar.enabled' is true")
600600
.stringConf
601601
.toSequence
602-
.createWithDefault(Seq("Range,InMemoryTableScan"))
602+
.createWithDefault(Seq("Range,InMemoryTableScan,RDDScan"))
603603

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

0 commit comments

Comments
 (0)