This is an automated email from the ASF dual-hosted git repository.

yangzy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git


The following commit(s) were added to refs/heads/main by this push:
     new 48ce6f47a7 [VL] Remove unused config 
VELOX_FORCE_COMPLEX_TYPE_SCAN_FALLBACK (#7303)
48ce6f47a7 is described below

commit 48ce6f47a763dbe2b892839f6d6f8d06dee046e0
Author: Felipe Pessoto <[email protected]>
AuthorDate: Sun Sep 22 19:00:17 2024 -0700

    [VL] Remove unused config VELOX_FORCE_COMPLEX_TYPE_SCAN_FALLBACK (#7303)
    
    The last usage was removed at 
https://github.com/apache/incubator-gluten/commit/4533c725129c1c89096beadcdb540306a7c259a8
---
 .../common/src/main/scala/org/apache/gluten/GlutenConfig.scala | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/shims/common/src/main/scala/org/apache/gluten/GlutenConfig.scala 
b/shims/common/src/main/scala/org/apache/gluten/GlutenConfig.scala
index ced86a2313..0f6ebef9fa 100644
--- a/shims/common/src/main/scala/org/apache/gluten/GlutenConfig.scala
+++ b/shims/common/src/main/scala/org/apache/gluten/GlutenConfig.scala
@@ -110,9 +110,6 @@ class GlutenConfig(conf: SQLConf) extends Logging {
   def veloxOrcScanEnabled: Boolean =
     conf.getConf(VELOX_ORC_SCAN_ENABLED)
 
-  def forceComplexTypeScanFallbackEnabled: Boolean =
-    conf.getConf(VELOX_FORCE_COMPLEX_TYPE_SCAN_FALLBACK)
-
   def forceOrcCharTypeScanFallbackEnabled: Boolean =
     conf.getConf(VELOX_FORCE_ORC_CHAR_TYPE_SCAN_FALLBACK)
 
@@ -2032,13 +2029,6 @@ object GlutenConfig {
       .booleanConf
       .createWithDefault(true)
 
-  val VELOX_FORCE_COMPLEX_TYPE_SCAN_FALLBACK =
-    buildConf("spark.gluten.sql.complexType.scan.fallback.enabled")
-      .internal()
-      .doc("Force fallback for complex type scan, including struct, map, 
array.")
-      .booleanConf
-      .createWithDefault(true)
-
   val VELOX_FORCE_ORC_CHAR_TYPE_SCAN_FALLBACK =
     buildConf("spark.gluten.sql.orc.charType.scan.fallback.enabled")
       .internal()


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to