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: [email protected]
For additional commands, e-mail: [email protected]