Closed petro-rudenko closed 4 years ago
Spark-3.0 reducer protocol that handles ShuffleBlockBatchId blocks, that has type (mapId, startReduceId, endReduceId). Also handles translation from MapId -> BlockIdx, bacuse mapId now unique long, while we need integer offset.
ShuffleBlockBatchId
Kudos, SonarCloud Quality Gate passed!
0 Bugs 0 Vulnerabilities (and 0 Security Hotspots to review) 0 Code Smells
0.0% Coverage 0.0% Duplication
Spark-3.0 reducer protocol that handles
ShuffleBlockBatchId
blocks, that has type (mapId, startReduceId, endReduceId). Also handles translation from MapId -> BlockIdx, bacuse mapId now unique long, while we need integer offset.