-
Notifications
You must be signed in to change notification settings - Fork 834
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
fix: Use Java Class Loader When Using Link Service #2135
Conversation
Hey @lhrotk 👋! We use semantic commit messages to streamline the release process. Examples of commit messages with semantic prefixes:
To test your commit locally, please follow our guild on building from source. |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #2135 +/- ##
==========================================
- Coverage 86.21% 85.28% -0.93%
==========================================
Files 312 312
Lines 16477 16483 +6
Branches 1460 1462 +2
==========================================
- Hits 14206 14058 -148
- Misses 2271 2425 +154 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If this is verified on Fabric then it looks good to me! Thank you Cruise!
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
What changes are proposed in this pull request?
Use java class loader to replace scala class loader in Synapse link service.
How is this patch tested?
Manually tested on Synapse
Does this PR change any dependencies?
Does this PR add a new feature? If so, have you added samples on website?