[GitHub] spark pull request #19387: [SPARK-22160][SQL] Make sample points per partiti...

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

[GitHub] spark pull request #19387: [SPARK-22160][SQL] Make sample points per partiti...

2017-09-28 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/19387#discussion_r141786663 --- Diff: core/src/main/scala/org/apache/spark/Partitioner.scala --- @@ -108,11 +108,21 @@ class HashPartitioner(partitions: Int) extends Partitioner {

[GitHub] spark pull request #19387: [SPARK-22160][SQL] Make sample points per partiti...

2017-09-28 Thread viirya
Github user viirya commented on a diff in the pull request: https://github.com/apache/spark/pull/19387#discussion_r141776977 --- Diff: core/src/main/scala/org/apache/spark/Partitioner.scala --- @@ -108,11 +108,21 @@ class HashPartitioner(partitions: Int) extends Partitioner {

[GitHub] spark pull request #19387: [SPARK-22160][SQL] Make sample points per partiti...

2017-09-28 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/19387#discussion_r141764431 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/ConfigBehaviorSuite.scala --- @@ -0,0 +1,64 @@ +/* + * Licensed to the Apache Software

[GitHub] spark pull request #19387: [SPARK-22160][SQL] Make sample points per partiti...

2017-09-28 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/19387#discussion_r141764415 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/ConfigBehaviorSuite.scala --- @@ -0,0 +1,64 @@ +/* + * Licensed to the Apache Software

[GitHub] spark pull request #19387: [SPARK-22160][SQL] Make sample points per partiti...

2017-09-28 Thread xuanwang14
Github user xuanwang14 commented on a diff in the pull request: https://github.com/apache/spark/pull/19387#discussion_r141763083 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/ConfigBehaviorSuite.scala --- @@ -0,0 +1,64 @@ +/* + * Licensed to the Apache Software

[GitHub] spark pull request #19387: [SPARK-22160][SQL] Make sample points per partiti...

2017-09-28 Thread xuanwang14
Github user xuanwang14 commented on a diff in the pull request: https://github.com/apache/spark/pull/19387#discussion_r141762963 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/ConfigBehaviorSuite.scala --- @@ -0,0 +1,64 @@ +/* + * Licensed to the Apache Software

[GitHub] spark pull request #19387: [SPARK-22160][SQL] Make sample points per partiti...

2017-09-28 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/19387#discussion_r141755874 --- Diff: core/src/main/scala/org/apache/spark/Partitioner.scala --- @@ -108,9 +108,17 @@ class HashPartitioner(partitions: Int) extends Partitioner {