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

Takuya Ueshin resolved SPARK-25223.
-----------------------------------
    Resolution: Won't Do

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

Reply via email to