ulysses-you commented on a change in pull request #32932:
URL: https://github.com/apache/spark/pull/32932#discussion_r656932512
##########
File path:
sql/core/src/main/scala/org/apache/spark/sql/execution/adaptive/CoalesceShufflePartitions.scala
##########
@@ -30,7 +30,7 @@ import org.apache.spark.sql.internal.SQLConf
case class CoalesceShufflePartitions(session: SparkSession) extends
CustomShuffleReaderRule {
override val supportedShuffleOrigins: Seq[ShuffleOrigin] =
- Seq(ENSURE_REQUIREMENTS, REPARTITION_BY_COL, REPARTITION_BY_NONE)
+ Seq(ENSURE_REQUIREMENTS, REPARTITION_BY_NONE, REPARTITION_BY_COL,
REBALANCE_PARTITIONS)
Review comment:
split `REBALANCE_PARTITIONS` shuffle origin into two parts which is
similr with `REPARTITION` ?
* REBALANCE_PARTITIONS_BY_COL
* REBALANCE_PARTITIONS_BY_NONE
--
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:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]