rdblue commented on a change in pull request #3203:
URL: https://github.com/apache/iceberg/pull/3203#discussion_r721551323
##########
File path:
spark3/src/main/scala/org/apache/spark/sql/catalyst/utils/PlanUtils.scala
##########
@@ -61,7 +61,8 @@ object PlanUtils {
if (Spark3VersionUtil.isSpark30) {
repartitionByExpressionCtor.newInstance(partitionExpressions, child,
Integer.valueOf(numPartitions))
} else {
- repartitionByExpressionCtor.newInstance(partitionExpressions, child,
Some(numPartitions))
+ // SPARK-32056: Coalesce partitions for repartition by expressions when
AQE is enabled
Review comment:
This comment isn't very helpful, it just describes a Spark issue. Could
you remove it or update it to something that explains a part of the next line?
Something like "Do not pass numPartitions because it is set automatically for
AQE"
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]