-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-9261] [streaming] Avoid calling APIs that expose shaded classes. #7601
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Doing this may cause weird errors when tests are run on maven, depending on the flags used. Instead, expose the needed functionality through methods that do not expose shaded classes.
|
/cc @tdas |
|
Test build #38113 has finished for PR 7601 at commit
|
|
Jenkins retest this please. |
|
cc @zsxwing you have a better idea of this code. |
|
Test build #38147 has finished for PR 7601 at commit
|
|
Test build #69 timed out for PR 7601 at commit |
|
retest this please. |
|
LGTM |
|
Test build #83 has finished for PR 7601 at commit
|
|
Test build #38245 has finished for PR 7601 at commit
|
|
Lots of test flakiness lately. |
|
retest this please |
|
Test build #38278 has finished for PR 7601 at commit
|
|
Test build #84 has finished for PR 7601 at commit
|
|
Merged to master. |
Doing this may cause weird errors when tests are run on maven, depending
on the flags used. Instead, expose the needed functionality through methods
that do not expose shaded classes.