[ 
https://issues.apache.org/jira/browse/SPARK-35829?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17366012#comment-17366012
 ] 

Apache Spark commented on SPARK-35829:
--------------------------------------

User 'viirya' has created a pull request for this issue:
https://github.com/apache/spark/pull/32980

> Clean up evaluates subexpressions and add more flexibility to evaluate 
> particular subexpressoin
> -----------------------------------------------------------------------------------------------
>
>                 Key: SPARK-35829
>                 URL: https://issues.apache.org/jira/browse/SPARK-35829
>             Project: Spark
>          Issue Type: Improvement
>          Components: SQL
>    Affects Versions: 3.2.0
>            Reporter: L. C. Hsieh
>            Assignee: L. C. Hsieh
>            Priority: Major
>
> Currently `subexpressionEliminationForWholeStageCodegen` return` the gen-ed 
> code of subexpressions. The caller simply puts the code into its code block. 
> We need more flexible evaluation here. For example, for Filter operator's 
> subexpression evaluation, we may need to evaluate particular subexpression 
> for one predicate. Current approach cannot satisfy the requirement. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to