Github user YuhuWang2002 commented on the issue:

    https://github.com/apache/spark/pull/15297
  
    @tgravescs : In join case,some like : select count(*) from A join B.  if 
the parameter spark.sql.shuffle.partitions=200 ,then we get 200 tasks output 
about 'count num', the output is not in HDFS but cache in spark . Calculate the 
sum of 200 tasks. we got the correct value.  If skewed. wo get 210 tasks  
output about 'count num'.  it's some processing about next step.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to