You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2021/12/08 20:22:07 UTC

[GitHub] [spark] viirya commented on pull request #34642: [SPARK-37369][SQL] Avoid redundant ColumnarToRow transistion on InMemoryTableScan

viirya commented on pull request #34642:
URL: https://github.com/apache/spark/pull/34642#issuecomment-989166416


   @attilapiros @HeartSaVioR @cloud-fan Added `supportsRowBased`. Now the columnar rule only adds `ColumnarToRowExec` to nodes which only outputs columnar format. If row-based is supported like `InMemoryTableScanExec`, no redundant transition will be added.


-- 
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: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org