[GitHub] spark pull request #20773: [SPARK-23602][SQL] PrintToStderr prints value als...

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

[GitHub] spark pull request #20773: [SPARK-23602][SQL] PrintToStderr prints value als...

2018-03-08 Thread mgaido91
Github user mgaido91 commented on a diff in the pull request: https://github.com/apache/spark/pull/20773#discussion_r173217810 --- Diff: sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/expressions/MiscExpressionsSuite.scala --- @@ -47,18 +47,24 @@ class MiscExpressionsSu

[GitHub] spark pull request #20773: [SPARK-23602][SQL] PrintToStderr prints value als...

2018-03-08 Thread hvanhovell
Github user hvanhovell commented on a diff in the pull request: https://github.com/apache/spark/pull/20773#discussion_r173216739 --- Diff: sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/expressions/MiscExpressionsSuite.scala --- @@ -47,18 +47,24 @@ class MiscExpressions

[GitHub] spark pull request #20773: [SPARK-23602][SQL] PrintToStderr prints value als...

2018-03-08 Thread hvanhovell
Github user hvanhovell commented on a diff in the pull request: https://github.com/apache/spark/pull/20773#discussion_r173199589 --- Diff: sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/expressions/MiscExpressionsSuite.scala --- @@ -43,4 +45,21 @@ class MiscExpressionsS

[GitHub] spark pull request #20773: [SPARK-23602][SQL] PrintToStderr prints value als...

2018-03-08 Thread mgaido91
GitHub user mgaido91 opened a pull request: https://github.com/apache/spark/pull/20773 [SPARK-23602][SQL] PrintToStderr prints value also in interpreted mode ## What changes were proposed in this pull request? `PrintToStderr` was doing what is it supposed to only when code g