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: [email protected]
For additional commands, e-mail: [email protected]