Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
viirya committed Nov 23, 2024
1 parent df545c5 commit b1ae8fa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ class CometShuffleWriteProcessor(
outputAttributes.length,
nativePlan,
nativeMetrics,
context.numPartitions(),
dep.rdd.getNumPartitions,
context.partitionId())

while (cometIter.hasNext) {
Expand Down

0 comments on commit b1ae8fa

Please sign in to comment.