You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Marco Gaido (JIRA)" <ji...@apache.org> on 2017/11/26 13:26:00 UTC

[jira] [Created] (SPARK-22609) Reuse CodeGeneration.nullSafeExec when possible

Marco Gaido created SPARK-22609:
-----------------------------------

             Summary: 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: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org