Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MINOR] improvement(spark-client): Refactor RssShuffleManager for spa…
…rk v2 and v3 to reduce redundant code (#2330) ### What changes were proposed in this pull request? Refactor and abstract the same code into base class. ### Why are the changes needed? Reduce the redundant code and simplify the development in rss spark-client scope. The Spark version unrelated code should be placed into RssShuffleManagerBase class, for this RssShuffleManager Class, it should only maintains the spark api related codes. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? - Existing UTs. - Our test cluster, tested both spark v2 and v3 version.
- Loading branch information