Github user wzhfy commented on a diff in the pull request:

    https://github.com/apache/spark/pull/19438#discussion_r143202515
  
    --- Diff: 
sql/core/src/test/scala/org/apache/spark/sql/ApproximatePercentileQuerySuite.scala
 ---
    @@ -129,7 +144,7 @@ class ApproximatePercentileQuerySuite extends QueryTest 
with SharedSQLContext {
         withTempView(table) {
           (1 to 1000).toDF("col").createOrReplaceTempView(table)
           checkAnswer(
    -        spark.sql(s"SELECT percentile_approx(col, array(0.25 + 0.25D), 200 
+ 800D) FROM $table"),
    +        spark.sql(s"SELECT percentile_approx(col, array(0.25 + 0.25D), 200 
+ 8000D) FROM $table"),
    --- End diff --
    
    ok, I'll change the expected result to 499


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to