You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Apache Spark (JIRA)" <ji...@apache.org> on 2018/08/24 10:23:00 UTC

[jira] [Assigned] (SPARK-25223) Use a map to store values for NamedLambdaVariable.

     [ https://issues.apache.org/jira/browse/SPARK-25223?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Apache Spark reassigned SPARK-25223:
------------------------------------

    Assignee:     (was: Apache Spark)

> Use a map to store values for NamedLambdaVariable.
> --------------------------------------------------
>
>                 Key: SPARK-25223
>                 URL: https://issues.apache.org/jira/browse/SPARK-25223
>             Project: Spark
>          Issue Type: Improvement
>          Components: SQL
>    Affects Versions: 2.4.0
>            Reporter: Takuya Ueshin
>            Priority: Major
>
> Currently we use {{functionsForEval}}, {{NamedLambdaVarible}} s in which are replace with of arguments from the original functions, to make sure the lambda variables refer the same instances as of arguments, but it's pretty hacky.
> Instead, we can use a global map and set/get the lambda variable values in the map.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org