[GitHub] spark pull request #20741: [SPARK-23586][SQL] Add interpreted execution to W...

2018-03-05 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/20741 --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org

[GitHub] spark pull request #20741: [SPARK-23586][SQL] Add interpreted execution to W...

2018-03-05 Thread hvanhovell
Github user hvanhovell commented on a diff in the pull request: https://github.com/apache/spark/pull/20741#discussion_r172337853 --- Diff: sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/expressions/ObjectExpressionsSuite.scala --- @@ -75,4 +75,14 @@ class ObjectExpressi

[GitHub] spark pull request #20741: [SPARK-23586][SQL] Add interpreted execution to W...

2018-03-05 Thread mgaido91
Github user mgaido91 commented on a diff in the pull request: https://github.com/apache/spark/pull/20741#discussion_r172337258 --- Diff: sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/expressions/ObjectExpressionsSuite.scala --- @@ -75,4 +75,14 @@ class ObjectExpression

[GitHub] spark pull request #20741: [SPARK-23586][SQL] Add interpreted execution to W...

2018-03-05 Thread hvanhovell
Github user hvanhovell commented on a diff in the pull request: https://github.com/apache/spark/pull/20741#discussion_r172333065 --- Diff: sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/expressions/ObjectExpressionsSuite.scala --- @@ -75,4 +75,14 @@ class ObjectExpressi

[GitHub] spark pull request #20741: [SPARK-23586][SQL] Add interpreted execution to W...

2018-03-05 Thread mgaido91
GitHub user mgaido91 opened a pull request: https://github.com/apache/spark/pull/20741 [SPARK-23586][SQL] Add interpreted execution to WrapOption ## What changes were proposed in this pull request? The PR adds interpreted execution to WrapOption. ## How was this pat