[
https://issues.apache.org/jira/browse/SPARK-22609?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16266002#comment-16266002
]
Apache Spark commented on SPARK-22609:
--------------------------------------
User 'mgaido91' has created a pull request for this issue:
https://github.com/apache/spark/pull/19822
> Reuse CodeGeneration.nullSafeExec when possible
> -----------------------------------------------
>
> Key: SPARK-22609
> URL: https://issues.apache.org/jira/browse/SPARK-22609
> Project: Spark
> Issue Type: Task
> Components: SQL
> Affects Versions: 2.3.0
> Reporter: Marco Gaido
> Priority: Trivial
>
> There are several places in the code where `CodeGeneration.nullSafeExec`
> could be used, but it is not. This makes the generated code containing a lot
> of useless:
> {code}
> if (!false) {
> // some code here
> }
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]