[GitHub] spark pull request #18866: [SPARK-21649][SQL] Support writing data into hive...

2017-08-22 Thread jinxing64
Github user jinxing64 closed the pull request at: https://github.com/apache/spark/pull/18866 --- 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 #18866: [SPARK-21649][SQL] Support writing data into hive...

2017-08-07 Thread jinxing64
Github user jinxing64 commented on a diff in the pull request: https://github.com/apache/spark/pull/18866#discussion_r131682897 --- Diff: sql/hive/src/test/scala/org/apache/spark/sql/hive/InsertIntoHiveTableSuite.scala --- @@ -534,4 +534,29 @@ class InsertIntoHiveTableSuite

[GitHub] spark pull request #18866: [SPARK-21649][SQL] Support writing data into hive...

2017-08-07 Thread viirya
Github user viirya commented on a diff in the pull request: https://github.com/apache/spark/pull/18866#discussion_r131654292 --- Diff: sql/hive/src/test/scala/org/apache/spark/sql/hive/InsertIntoHiveTableSuite.scala --- @@ -534,4 +534,29 @@ class InsertIntoHiveTableSuite extends

[GitHub] spark pull request #18866: [SPARK-21649][SQL] Support writing data into hive...

2017-08-07 Thread viirya
Github user viirya commented on a diff in the pull request: https://github.com/apache/spark/pull/18866#discussion_r131649846 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/FileFormatWriter.scala --- @@ -103,7 +103,7 @@ object FileFormatWriter extends

[GitHub] spark pull request #18866: [SPARK-21649][SQL] Support writing data into hive...

2017-08-07 Thread viirya
Github user viirya commented on a diff in the pull request: https://github.com/apache/spark/pull/18866#discussion_r131649661 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/plans/physical/partitioning.scala --- @@ -262,7 +262,12 @@ case class

[GitHub] spark pull request #18866: [SPARK-21649][SQL] Support writing data into hive...

2017-08-07 Thread jinxing64
Github user jinxing64 commented on a diff in the pull request: https://github.com/apache/spark/pull/18866#discussion_r131607680 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/plans/physical/partitioning.scala --- @@ -262,7 +262,12 @@ case class

[GitHub] spark pull request #18866: [SPARK-21649][SQL] Support writing data into hive...

2017-08-07 Thread viirya
Github user viirya commented on a diff in the pull request: https://github.com/apache/spark/pull/18866#discussion_r131582440 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/plans/physical/partitioning.scala --- @@ -262,7 +262,12 @@ case class

[GitHub] spark pull request #18866: [SPARK-21649][SQL] Support writing data into hive...

2017-08-07 Thread jinxing64
GitHub user jinxing64 opened a pull request: https://github.com/apache/spark/pull/18866 [SPARK-21649][SQL] Support writing data into hive bucket table. ## What changes were proposed in this pull request? Support writing hive bucket table. Spark internally uses Murmur3Hash