[GitHub] spark pull request #20177: [SPARK-22954][SQL] Fix the exception thrown by An...

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

[GitHub] spark pull request #20177: [SPARK-22954][SQL] Fix the exception thrown by An...

2018-05-18 Thread suchithjn225
GitHub user suchithjn225 reopened a pull request: https://github.com/apache/spark/pull/20177 [SPARK-22954][SQL] Fix the exception thrown by Analyze command on temporary views to throw AnalysisException ## What changes were proposed in this pull request? Previously running ANALYZ

[GitHub] spark pull request #20177: [SPARK-22954][SQL] Fix the exception thrown by An...

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

[GitHub] spark pull request #20177: [SPARK-22954][SQL] Fix the exception thrown by An...

2018-01-19 Thread jiangxb1987
Github user jiangxb1987 commented on a diff in the pull request: https://github.com/apache/spark/pull/20177#discussion_r162749089 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/execution/SQLViewSuite.scala --- @@ -154,11 +155,17 @@ abstract class SQLViewSuite extends QueryT

[GitHub] spark pull request #20177: [SPARK-22954][SQL] Fix the exception thrown by An...

2018-01-19 Thread jiangxb1987
Github user jiangxb1987 commented on a diff in the pull request: https://github.com/apache/spark/pull/20177#discussion_r162746808 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/command/AnalyzeTableCommand.scala --- @@ -31,9 +31,9 @@ case class AnalyzeTableCommand

[GitHub] spark pull request #20177: [SPARK-22954][SQL] Fix the exception thrown by An...

2018-01-07 Thread suchithjn225
GitHub user suchithjn225 opened a pull request: https://github.com/apache/spark/pull/20177 [SPARK-22954][SQL] Fix the exception thrown by Analyze command on temporary views to throw AnalysisException ## What changes were proposed in this pull request? Previously running ANALYZE