You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by "cloud-fan (via GitHub)" <gi...@apache.org> on 2023/08/18 11:10:10 UTC

[GitHub] [spark] cloud-fan commented on pull request #42450: [SPARK-44773][SQL] Code-gen CodegenFallback expression in WholeStageCodegen if possible

cloud-fan commented on PR #42450:
URL: https://github.com/apache/spark/pull/42450#issuecomment-1683756500

   Shall we remove `CodegenFallback`? I think it's not a well-designed interface. An expression can't be codegened doesn't mean all its children can't be codegened. I think `Invoke` is a better idea to implement general expressions. It should also be easy to rewrite `CodegenFallback` expressions with `RuntimeReplaceable` using `Invoke` or `StaticInvoke`.


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