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/11/16 20:47:13 UTC

[GitHub] [spark] c21 edited a comment on pull request #34612: [SPARK-37341][SQL] Avoid unnecessary buffer and copy in full outer sort merge join

c21 edited a comment on pull request #34612:
URL: https://github.com/apache/spark/pull/34612#issuecomment-970654570


   > do we need to update the codegen side as well?
   
   @cloud-fan - for code-gen, we don't need to update. I intentionally [avoided the unnecessary buffer and copy, and directly output rows in code-gen](https://github.com/apache/spark/blob/master/sql/core/src/main/scala/org/apache/spark/sql/execution/joins/SortMergeJoinExec.scala#L1026-L1034), when creating code-gen PR. I noticed this performance opportunity when working on code-gen PR, so fixing here.


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