[
https://issues.apache.org/jira/browse/SPARK-13135?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Apache Spark reassigned SPARK-13135:
------------------------------------
Assignee: Apache Spark (was: Reynold Xin)
> Don't print expressions recursively in generated code
> -----------------------------------------------------
>
> Key: SPARK-13135
> URL: https://issues.apache.org/jira/browse/SPARK-13135
> Project: Spark
> Issue Type: Improvement
> Components: SQL
> Reporter: Reynold Xin
> Assignee: Apache Spark
>
> Our code generation currently prints expressions recursively. For example,
> for expression "(1 + 1) + 1)", we would print the following:
> "(1 + 1) + 1)"
> "(1 + 1)"
> "1"
> "1"
> We should just print the project list once.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]