[GitHub] spark pull request #15521: [SPARK-17980] [SQL] Fix refreshByPath for convert...

2016-10-18 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/15521 --- 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 #15521: [SPARK-17980] [SQL] Fix refreshByPath for convert...

2016-10-18 Thread ericl
Github user ericl commented on a diff in the pull request: https://github.com/apache/spark/pull/15521#discussion_r83919797 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/TableFileCatalog.scala --- @@ -49,13 +49,18 @@ class TableFileCatalog(

[GitHub] spark pull request #15521: [SPARK-17980] [SQL] Fix refreshByPath for convert...

2016-10-18 Thread ericl
Github user ericl commented on a diff in the pull request: https://github.com/apache/spark/pull/15521#discussion_r83919804 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/CacheManager.scala --- @@ -185,9 +185,10 @@ class CacheManager extends Logging {

[GitHub] spark pull request #15521: [SPARK-17980] [SQL] Fix refreshByPath for convert...

2016-10-18 Thread ericl
Github user ericl commented on a diff in the pull request: https://github.com/apache/spark/pull/15521#discussion_r83919788 --- Diff: sql/hive/src/test/scala/org/apache/spark/sql/hive/HiveMetadataCacheSuite.scala --- @@ -91,6 +95,19 @@ class HiveMetadataCacheSuite extends

[GitHub] spark pull request #15521: [SPARK-17980] [SQL] Fix refreshByPath for convert...

2016-10-17 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/15521#discussion_r83771452 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/TableFileCatalog.scala --- @@ -49,13 +49,18 @@ class TableFileCatalog(

[GitHub] spark pull request #15521: [SPARK-17980] [SQL] Fix refreshByPath for convert...

2016-10-17 Thread ericl
Github user ericl commented on a diff in the pull request: https://github.com/apache/spark/pull/15521#discussion_r83765431 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/catalog/Catalog.scala --- @@ -343,7 +343,8 @@ abstract class Catalog { /** *

[GitHub] spark pull request #15521: [SPARK-17980] [SQL] Fix refreshByPath for convert...

2016-10-17 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/15521#discussion_r83763856 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/catalog/Catalog.scala --- @@ -343,7 +343,8 @@ abstract class Catalog { /** *

[GitHub] spark pull request #15521: [SPARK-17980] [SQL] Fix refreshByPath for convert...

2016-10-17 Thread ericl
GitHub user ericl opened a pull request: https://github.com/apache/spark/pull/15521 [SPARK-17980] [SQL] Fix refreshByPath for converted Hive tables ## What changes were proposed in this pull request? There was a bug introduced in https://github.com/apache/spark/pull/14690