This is an automated email from the ASF dual-hosted git repository.
mbutrovich pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion-comet.git
The following commit(s) were added to refs/heads/main by this push:
new 547fbe8d3 minor: Add RDDScan to default value of
sparkToColumnar.supportedOperatorList (#2422)
547fbe8d3 is described below
commit 547fbe8d3477197f6e2e2d4d57491a79803310ea
Author: Zhen Wang <[email protected]>
AuthorDate: Sat Sep 20 22:39:18 2025 +0800
minor: Add RDDScan to default value of
sparkToColumnar.supportedOperatorList (#2422)
---
common/src/main/scala/org/apache/comet/CometConf.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/common/src/main/scala/org/apache/comet/CometConf.scala
b/common/src/main/scala/org/apache/comet/CometConf.scala
index 54c88e9d5..22af76f6e 100644
--- a/common/src/main/scala/org/apache/comet/CometConf.scala
+++ b/common/src/main/scala/org/apache/comet/CometConf.scala
@@ -599,7 +599,7 @@ object CometConf extends ShimCometConf {
"format when 'spark.comet.sparkToColumnar.enabled' is true")
.stringConf
.toSequence
- .createWithDefault(Seq("Range,InMemoryTableScan"))
+ .createWithDefault(Seq("Range,InMemoryTableScan,RDDScan"))
val COMET_CASE_CONVERSION_ENABLED: ConfigEntry[Boolean] =
conf("spark.comet.caseConversion.enabled")
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]