[GitHub] spark pull request #15665: [SPARK-18146] [SQL] Avoid using Union to chain to...

2016-10-30 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/15665 --- 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 #15665: [SPARK-18146] [SQL] Avoid using Union to chain to...

2016-10-28 Thread ericl
Github user ericl commented on a diff in the pull request: https://github.com/apache/spark/pull/15665#discussion_r85585863 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/DataFrameWriter.scala --- @@ -388,16 +388,15 @@ final class DataFrameWriter[T] private[sql](ds:

[GitHub] spark pull request #15665: [SPARK-18146] [SQL] Avoid using Union to chain to...

2016-10-28 Thread ericl
Github user ericl commented on a diff in the pull request: https://github.com/apache/spark/pull/15665#discussion_r85577862 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/DataFrameWriter.scala --- @@ -254,7 +254,8 @@ final class DataFrameWriter[T] private[sql](ds:

[GitHub] spark pull request #15665: [SPARK-18146] [SQL] Avoid using Union to chain to...

2016-10-28 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/15665#discussion_r85490391 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/DataFrameWriter.scala --- @@ -254,7 +254,8 @@ final class DataFrameWriter[T] private[sql](ds:

[GitHub] spark pull request #15665: [SPARK-18146] [SQL] Avoid using Union to chain to...

2016-10-27 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/15665#discussion_r85466277 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/DataFrameWriter.scala --- @@ -388,16 +388,15 @@ final class DataFrameWriter[T] private[sql](ds:

[GitHub] spark pull request #15665: [SPARK-18146] [SQL] Avoid using Union to chain to...

2016-10-27 Thread ericl
GitHub user ericl opened a pull request: https://github.com/apache/spark/pull/15665 [SPARK-18146] [SQL] Avoid using Union to chain together create table and repair partition commands ## What changes were proposed in this pull request? The behavior of union is not well