[GitHub] spark pull request #16655: [SPARK-19305][SQL] partitioned table should alway...

2017-01-20 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/16655 --- 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 #16655: [SPARK-19305][SQL] partitioned table should alway...

2017-01-20 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/16655#discussion_r97189276 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/rules.scala --- @@ -199,31 +199,52 @@ case class

[GitHub] spark pull request #16655: [SPARK-19305][SQL] partitioned table should alway...

2017-01-20 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/16655#discussion_r97189247 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/rules.scala --- @@ -199,31 +199,52 @@ case class

[GitHub] spark pull request #16655: [SPARK-19305][SQL] partitioned table should alway...

2017-01-19 Thread cloud-fan
GitHub user cloud-fan opened a pull request: https://github.com/apache/spark/pull/16655 [SPARK-19305][SQL] partitioned table should always put partition columns at the end of table schema ## What changes were proposed in this pull request? For data source tables, we will