Skip to content

Commit

Permalink
fix spark3.1 compile error (#598)
Browse files Browse the repository at this point in the history
Co-authored-by: zhangli20 <[email protected]>
  • Loading branch information
richox and zhangli20 authored Sep 27, 2024
1 parent 6918f75 commit bde15c2
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 bde15c2

Please sign in to comment.