Skip to content

Commit

Permalink
Pass dirs to getBlockData for a wrapped shuffle resolver (NVIDIA#2002)
Browse files Browse the repository at this point in the history
Signed-off-by: Alessandro Bellina <[email protected]>
  • Loading branch information
abellina authored Mar 23, 2021
1 parent 203abf0 commit 8746585
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class GpuShuffleBlockResolver(
if (hasActiveShuffle) {
throw new IllegalStateException(s"The block $blockId is being managed by the catalog")
}
wrapped.getBlockData(blockId)
wrapped.getBlockData(blockId, dirs)
}

override def stop(): Unit = wrapped.stop()
Expand Down

0 comments on commit 8746585

Please sign in to comment.