PHILO-HE commented on code in PR #5617:
URL: https://github.com/apache/incubator-gluten/pull/5617#discussion_r1591705657


##########
shims/common/src/main/scala/org/apache/gluten/GlutenConfig.scala:
##########
@@ -208,7 +208,7 @@ class GlutenConfig(conf: SQLConf) extends Logging {
 
   def queryFallbackThreshold: Int = 
conf.getConf(COLUMNAR_QUERY_FALLBACK_THRESHOLD)
 
-  def fallbackIgnoreRowToColumnar: Boolean = 
conf.getConf(COLUMNAR_FALLBACK_IGNORE_ROW_TO_COLUMNAR)
+  def ignoreScanFallbackCost: Boolean = 
conf.getConf(COLUMNAR_IGNORE_SCAN_FALLBACK_COST)

Review Comment:
   The config for ignoring RowToColumnar looks useless. So I'm removing it. It 
needs some discussion with our customer.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to