[CELEBORN-1685][FOLLOWUP] CelebornShuffleFallbackPolicyRunner should compute shuffleFallbackCounts via class name of ShuffleFallbackPolicy implementation #2909
CelebornShuffleFallbackPolicyRunner should compute shuffleFallbackCounts via class name of ShuffleFallbackPolicy implementation.
Follow up #2891.
Why are the changes needed?
CelebornShuffleFallbackPolicyRunner computes shuffleFallbackCounts via class name of Option instead of class name of ShuffleFallbackPolicy implementation at present.
What changes were proposed in this pull request?
CelebornShuffleFallbackPolicyRunner
should computeshuffleFallbackCounts
via class name ofShuffleFallbackPolicy
implementation.Follow up #2891.
Why are the changes needed?
CelebornShuffleFallbackPolicyRunner
computesshuffleFallbackCounts
via class name ofOption
instead of class name ofShuffleFallbackPolicy
implementation at present.Does this PR introduce any user-facing change?
No.
How was this patch tested?
CI.