[GitHub] spark pull request #18907: [SPARK-18464][SQL][followup] support old table wh...

2017-08-15 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/18907 --- 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 #18907: [SPARK-18464][SQL][followup] support old table wh...

2017-08-14 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/18907#discussion_r133061185 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/catalog/interface.scala --- @@ -402,52 +402,20 @@ object CatalogTypes {

[GitHub] spark pull request #18907: [SPARK-18464][SQL][followup] support old table wh...

2017-08-14 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/18907#discussion_r133059984 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/DataSourceStrategy.scala --- @@ -210,12 +210,10 @@ case class

[GitHub] spark pull request #18907: [SPARK-18464][SQL][followup] support old table wh...

2017-08-10 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/18907#discussion_r132615143 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/catalog/interface.scala --- @@ -412,6 +412,11 @@ case class CatalogRelation(

[GitHub] spark pull request #18907: [SPARK-18464][SQL][followup] support old table wh...

2017-08-10 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/18907#discussion_r132611451 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/catalog/interface.scala --- @@ -412,6 +412,11 @@ case class CatalogRelation(

[GitHub] spark pull request #18907: [SPARK-18464][SQL][followup] support old table wh...

2017-08-10 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/18907#discussion_r132515441 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/catalog/interface.scala --- @@ -412,6 +412,11 @@ case class CatalogRelation(

[GitHub] spark pull request #18907: [SPARK-18464][SQL][followup] support old table wh...

2017-08-10 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/18907#discussion_r132515261 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/catalog/interface.scala --- @@ -412,6 +412,11 @@ case class CatalogRelation(

[GitHub] spark pull request #18907: [SPARK-18464][SQL][followup] support old table wh...

2017-08-10 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/18907#discussion_r132514182 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/catalog/interface.scala --- @@ -412,6 +412,11 @@ case class CatalogRelation(

[GitHub] spark pull request #18907: [SPARK-18464][SQL][followup] support old table wh...

2017-08-10 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/18907#discussion_r132514087 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/catalog/interface.scala --- @@ -412,6 +412,11 @@ case class CatalogRelation(

[GitHub] spark pull request #18907: [SPARK-18464][SQL][followup] support old table wh...

2017-08-10 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/18907#discussion_r132512444 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/catalog/interface.scala --- @@ -412,6 +412,11 @@ case class CatalogRelation(

[GitHub] spark pull request #18907: [SPARK-18464][SQL][followup] support old table wh...

2017-08-10 Thread cloud-fan
GitHub user cloud-fan opened a pull request: https://github.com/apache/spark/pull/18907 [SPARK-18464][SQL][followup] support old table which doesn't store schema in table properties ## What changes were proposed in this pull request? This is a follow-up of