You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2020/07/07 08:39:26 UTC

[GitHub] [spark] cloud-fan commented on pull request #29021: [SPARK-32201][SQL] More general skew join pattern matching

cloud-fan commented on pull request #29021:
URL: https://github.com/apache/spark/pull/29021#issuecomment-654694004


   ```
   SMJ
        Sort
          Shuffle
        Sort
          HashAggregate
            Shuffle
   ```
   
   This is an interesting use case. We must be careful when dealing with it. The key of skew join handling is to split the skew partition into smaller parts. For `HashAggregate`, I'm not sure if this works, as now the values of the same key may exist in different after-split partitions. This makes `HashAggregate` incorrect.


----------------------------------------------------------------
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:
users@infra.apache.org



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