[GitHub] spark pull request #22216: [SPARK-25223][SQL] Use a map to store values for ...

2018-08-24 Thread ueshin
Github user ueshin closed the pull request at: https://github.com/apache/spark/pull/22216 --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org

[GitHub] spark pull request #22216: [SPARK-25223][SQL] Use a map to store values for ...

2018-08-24 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/22216#discussion_r212663909 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/higherOrderFunctions.scala --- @@ -35,28 +35,38 @@ case class

[GitHub] spark pull request #22216: [SPARK-25223][SQL] Use a map to store values for ...

2018-08-24 Thread ueshin
GitHub user ueshin opened a pull request: https://github.com/apache/spark/pull/22216 [SPARK-25223][SQL] Use a map to store values for NamedLambdaVariable. ## What changes were proposed in this pull request? Currently we use `functionsForEval`, `NamedLambdaVarible`s in which