[GitHub] spark pull request #19713: [SPARK-22488] [SQL] Fix the view resolution issue...

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

[GitHub] spark pull request #19713: [SPARK-22488] [SQL] Fix the view resolution issue...

2017-11-11 Thread jiangxb1987
Github user jiangxb1987 commented on a diff in the pull request: https://github.com/apache/spark/pull/19713#discussion_r150384871 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/execution/command/DDLSuite.scala --- @@ -825,10 +825,11 @@ abstract class DDLSuite extends

[GitHub] spark pull request #19713: [SPARK-22488] [SQL] Fix the view resolution issue...

2017-11-11 Thread HyukjinKwon
Github user HyukjinKwon commented on a diff in the pull request: https://github.com/apache/spark/pull/19713#discussion_r150380582 --- Diff: R/pkg/tests/fulltests/test_sparkSQL.R --- @@ -733,7 +733,7 @@ test_that("test cache, uncache and clearCache", {

[GitHub] spark pull request #19713: [SPARK-22488] [SQL] Fix the view resolution issue...

2017-11-10 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/19713#discussion_r150174211 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/execution/command/DDLSuite.scala --- @@ -820,15 +820,16 @@ abstract class DDLSuite extends

[GitHub] spark pull request #19713: [SPARK-22488] [SQL] Fix the view resolution issue...

2017-11-10 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/19713#discussion_r150174015 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/SparkSession.scala --- @@ -621,7 +622,7 @@ class SparkSession private( }

[GitHub] spark pull request #19713: [SPARK-22488] [SQL] Fix the view resolution issue...

2017-11-10 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/19713#discussion_r150173854 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/SparkSession.scala --- @@ -621,7 +622,7 @@ class SparkSession private( }

[GitHub] spark pull request #19713: [SPARK-22488] [SQL] Fix the view resolution issue...

2017-11-10 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/19713#discussion_r150173670 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/execution/command/DDLSuite.scala --- @@ -820,15 +820,16 @@ abstract class DDLSuite extends

[GitHub] spark pull request #19713: [SPARK-22488] [SQL] Fix the view resolution issue...

2017-11-09 Thread gatorsmile
GitHub user gatorsmile opened a pull request: https://github.com/apache/spark/pull/19713 [SPARK-22488] [SQL] Fix the view resolution issue in the SparkSession internal table() API ## What changes were proposed in this pull request? The current internal `table()` API of