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

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

Takuya Ueshin created SPARK-25223:
-------------------------------------

             Summary: 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


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