[GitHub] spark pull request #21235: [SPARK-24181][SQL] Better error message for writi...

2018-05-09 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/21235 --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org

[GitHub] spark pull request #21235: [SPARK-24181][SQL] Better error message for writi...

2018-05-07 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/21235#discussion_r186606160 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/DataFrameWriter.scala --- @@ -339,9 +339,16 @@ final class DataFrameWriter[T] private[sql](ds:

[GitHub] spark pull request #21235: [SPARK-24181][SQL] Better error message for writi...

2018-05-07 Thread dbtsai
Github user dbtsai commented on a diff in the pull request: https://github.com/apache/spark/pull/21235#discussion_r186532502 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/DataFrameWriter.scala --- @@ -339,9 +339,16 @@ final class DataFrameWriter[T] private[sql](ds:

[GitHub] spark pull request #21235: [SPARK-24181][SQL] Better error message for writi...

2018-05-06 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/21235#discussion_r186316448 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/DataFrameWriter.scala --- @@ -339,9 +339,16 @@ final class DataFrameWriter[T] private[sql](ds:

[GitHub] spark pull request #21235: [SPARK-24181][SQL] Better error message for writi...

2018-05-04 Thread viirya
Github user viirya commented on a diff in the pull request: https://github.com/apache/spark/pull/21235#discussion_r186241694 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/DataFrameWriter.scala --- @@ -339,9 +339,16 @@ final class DataFrameWriter[T] private[sql](ds:

[GitHub] spark pull request #21235: [SPARK-24181][SQL] Better error message for writi...

2018-05-04 Thread viirya
Github user viirya commented on a diff in the pull request: https://github.com/apache/spark/pull/21235#discussion_r186241582 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/DataFrameWriter.scala --- @@ -339,9 +339,16 @@ final class DataFrameWriter[T] private[sql](ds:

[GitHub] spark pull request #21235: [SPARK-24181][SQL] Better error message for writi...

2018-05-04 Thread dbtsai
Github user dbtsai commented on a diff in the pull request: https://github.com/apache/spark/pull/21235#discussion_r186240261 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/DataFrameWriter.scala --- @@ -339,9 +339,16 @@ final class DataFrameWriter[T] private[sql](ds:

[GitHub] spark pull request #21235: [SPARK-24181][SQL] Better error message for writi...

2018-05-04 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/21235#discussion_r186179922 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/DataFrameWriter.scala --- @@ -339,9 +339,16 @@ final class DataFrameWriter[T] private[sql](ds:

[GitHub] spark pull request #21235: [SPARK-24181][SQL] Better error message for writi...

2018-05-04 Thread dbtsai
GitHub user dbtsai opened a pull request: https://github.com/apache/spark/pull/21235 [SPARK-24181][SQL] Better error message for writing sorted data ## What changes were proposed in this pull request? The exception message should clearly distinguish sorting and bucketing in