Skip to content

Commit

Permalink
fix spark3.1 compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangli20 committed Sep 27, 2024
1 parent 6918f75 commit 61f0734
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -698,7 +698,7 @@ class ShimsImpl extends Shims with Logging {
JniBridge.resourcesMap.put(
jniResourceId,
() => {
reader.asInstanceOf[BlazeBlockStoreShuffleReader[_, _]].readIpc()
reader.asInstanceOf[BlazeBlockStoreShuffleReaderBase[_, _]].readIpc()
})

pb.PhysicalPlanNode
Expand Down

0 comments on commit 61f0734

Please sign in to comment.