Skip to content

Conversation

maobaolong
Copy link
Member

What changes were proposed in this pull request?

Add UT for DelegationRssShuffleManager#getReader

Why are the changes needed?

Fix: #2282

Does this PR introduce any user-facing change?

No.

How was this patch tested?

New UT

Copy link

Test Results

 2 927 files   2 927 suites   6h 12m 45s ⏱️
 1 097 tests  1 095 ✅  2 💤 0 ❌
13 655 runs  13 625 ✅ 30 💤 0 ❌

Results for commit 4c39534.

@maobaolong maobaolong marked this pull request as draft December 12, 2024 08:22
@maobaolong
Copy link
Member Author

The failed test caused by there is no specific getReader method, in spark 3.0, but it exists in other minor version of spark 3.x

@jerqi
Copy link
Contributor

jerqi commented Dec 24, 2024

The failed test caused by there is no specific getReader method, in spark 3.0, but it exists in other minor version of spark 3.x

You should use reflection to solve the similar issue.

@maobaolong
Copy link
Member Author

@jerqi Sorry I have no idea to solve this mock api through reflection.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug] Invalid invoking in the DelegationRssShuffleManager#getReader

2 participants