-
Notifications
You must be signed in to change notification settings - Fork 307
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
[AMORO-1449]: Extract common spark module to reuse code between different spark versions #1858
Conversation
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## master #1858 +/- ##
============================================
+ Coverage 50.90% 50.91% +0.01%
Complexity 3804 3804
============================================
Files 477 479 +2
Lines 25631 25635 +4
Branches 2608 2608
============================================
+ Hits 13047 13052 +5
+ Misses 11417 11416 -1
Partials 1167 1167
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
spark/common/src/test/java/com/netease/arctic/spark/test/SparkTestBase.java
Outdated
Show resolved
Hide resolved
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.
LGTM.
…rent spark versions (apache#1858) * extract common spark module * disable spark unified catalog tests * common defined * fix review comments * fix unit test failed
Why are the changes needed?
fix #1449
Brief change log
How was this patch tested?
Add some test cases that check the changes thoroughly including negative and positive cases if possible
Add screenshots for manual tests if appropriate
Run test locally before making a pull request