Skip to content

Commit

Permalink
[#2282] fix(spark3): Invoke with object self in DelegationRssShuffleM…
Browse files Browse the repository at this point in the history
…anager
  • Loading branch information
Junfan Zhang committed Dec 10, 2024
1 parent 0552d3b commit 4afa783
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,7 @@ public <K, C> ShuffleReader<K, C> getReader(
TaskContext.class,
ShuffleReadMetricsReporter.class)
.invoke(
delegate,
handle,
startMapIndex,
endMapIndex,
Expand Down Expand Up @@ -285,6 +286,7 @@ public <K, C> ShuffleReader<K, C> getReaderForRange(
TaskContext.class,
ShuffleReadMetricsReporter.class)
.invoke(
delegate,
handle,
startMapIndex,
endMapIndex,
Expand Down

0 comments on commit 4afa783

Please sign in to comment.