You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The head of Spark 3.4 branch changed the signature of IndexShuffleBlockResolver constructor compared to v3.4.1
In particular val taskIdMapsForShuffle: JMap[Int, OpenHashSet[Long]] = Collections.emptyMap() is added as 3rd argument that creates binary compatibility issue.
Steps to reproduce
Use latest snapshot of Spark 3.4
Expected behavior
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
The head of Spark 3.4 branch changed the signature of IndexShuffleBlockResolver constructor compared to v3.4.1
In particular
val taskIdMapsForShuffle: JMap[Int, OpenHashSet[Long]] = Collections.emptyMap()
is added as 3rd argument that creates binary compatibility issue.Steps to reproduce
Use latest snapshot of Spark 3.4
Expected behavior
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: