[GitHub] spark pull request #14009: [SPARK-16311][SQL] Metadata refresh should work o...

2016-07-05 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/14009 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] spark pull request #14009: [SPARK-16311][SQL] Metadata refresh should work o...

2016-07-01 Thread liancheng
Github user liancheng commented on a diff in the pull request: https://github.com/apache/spark/pull/14009#discussion_r69316671 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/MetadataCacheSuite.scala --- @@ -77,12 +77,12 @@ class MetadataCacheSuite extends QueryTest with

[GitHub] spark pull request #14009: [SPARK-16311][SQL] Metadata refresh should work o...

2016-07-01 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/14009#discussion_r69259865 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/catalog/SessionCatalog.scala --- @@ -462,17 +462,15 @@ class SessionCatalog(

[GitHub] spark pull request #14009: [SPARK-16311][SQL] Metadata refresh should work o...

2016-06-30 Thread rxin
GitHub user rxin opened a pull request: https://github.com/apache/spark/pull/14009 [SPARK-16311][SQL] Metadata refresh should work on temporary views ## What changes were proposed in this pull request? (Please fill in changes proposed in this fix) ## How was