[GitHub] spark pull request #13747: [SPARK-16033][SQL] insertInto() can't be used tog...

2016-06-17 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/13747 --- 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 ena

[GitHub] spark pull request #13747: [SPARK-16033][SQL] insertInto() can't be used tog...

2016-06-17 Thread yhuai
Github user yhuai commented on a diff in the pull request: https://github.com/apache/spark/pull/13747#discussion_r67591585 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/DataFrameWriter.scala --- @@ -243,7 +241,15 @@ final class DataFrameWriter[T] private[sql](ds: Dataset[

[GitHub] spark pull request #13747: [SPARK-16033][SQL] insertInto() can't be used tog...

2016-06-17 Thread liancheng
GitHub user liancheng opened a pull request: https://github.com/apache/spark/pull/13747 [SPARK-16033][SQL] insertInto() can't be used together with partitionBy() ## What changes were proposed in this pull request? When inserting into an existing partitioned table, partitioni