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


##########
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, I feel it is more clear to keep considering Row2Columnar, 
because we are calculating all transition cost (C2R/R2C) in the current 
evaluation logic. The Row2Columnar doesn't only exist prior to columnar 
shuffle. So it may be not that good to keep `fallbackIgnoreRowToColumnar` just 
for the purpose of using columnar shuffle. If we prefer using columnar shuffle, 
maybe we can add some dedicate code to realize the purpose.



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