You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Fu Chen (Jira)" <ji...@apache.org> on 2021/12/07 09:19:00 UTC

[jira] [Created] (SPARK-37566) The sampling job will lead to the wrong statistics

Fu Chen created SPARK-37566:
-------------------------------

             Summary: The sampling job will lead to the wrong statistics
                 Key: SPARK-37566
                 URL: https://issues.apache.org/jira/browse/SPARK-37566
             Project: Spark
          Issue Type: Bug
          Components: SQL
    Affects Versions: 3.2.0
            Reporter: Fu Chen


code for reproduce
{code:java}
    spark.range(0, 10)
      .repartitionByRange(10, col("id"))
      .show() {code}
!image-2021-12-07-17-18-41-456.png!



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org