cloud-fan commented on a change in pull request #27493: [SPARK-30751][SQL]
Combine the skewed readers into one in AQE skew join optimizations
URL: https://github.com/apache/spark/pull/27493#discussion_r376533815
##########
File path:
sql/core/src/main/scala/org/apache/spark/sql/execution/ShuffledRowRDD.scala
##########
@@ -116,7 +116,7 @@ class CoalescedPartitioner(val parent: Partitioner, val
partitionStartIndices: A
class ShuffledRowRDD(
var dependency: ShuffleDependency[Int, InternalRow, InternalRow],
metrics: Map[String, SQLMetric],
- specifiedPartitionIndices: Option[Array[(Int, Int)]] = None)
+ specifiedPartitionStartIndices: Option[Array[Int]] = None)
Review comment:
just revert changes made to this file in
https://github.com/apache/spark/pull/26434
----------------------------------------------------------------
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]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]