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


##########
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:
   @ulysses-you, looks in this example, RowToCoumnar is not counted in the Join 
stage.  
   For some other cases, with `RowToColumnar` considered, it is easy to 
understand the current stage plan's transition cost. User can increase the 
configured threshold if transformed plan is preferred.



-- 
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