cloud-fan commented on a change in pull request #26946: [SPARK-30036][SQL] Fix:
REPARTITION hint does not work with order by
URL: https://github.com/apache/spark/pull/26946#discussion_r360987423
##########
File path:
sql/core/src/test/scala/org/apache/spark/sql/ConfigBehaviorSuite.scala
##########
@@ -55,12 +54,12 @@ class ConfigBehaviorSuite extends QueryTest with
SharedSparkSession {
withSQLConf(SQLConf.SHUFFLE_PARTITIONS.key -> numPartitions.toString) {
// The default chi-sq value should be low
- assert(computeChiSquareTest() < 100)
+ assert(computeChiSquareTest() < 10)
Review comment:
ah i see
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]