-
Notifications
You must be signed in to change notification settings - Fork 318
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-2032]: Spark3.2 version does not require the class ResolveProcedures #2035
Conversation
Codecov ReportAll modified lines are covered by tests ✅ see 3 files with indirect coverage changes 📢 Thoughts on this report? Let us know!. |
Can you provide a screenshot of using the packaged runtime.jar in the Spark engine? It's because unit tests for the Spark module don't test whether shade is reasonable or not. |
Thanks for your contribution! 👍 @bdxmq It looks like a miss for Spark 3.2. If you verify it successfully in your enviromnent, we can merge it and consider including it in version 0.5.1. |
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!
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, thanks for you contribution.
…edures (#2035) fix:Spark3.2 version does not require the class ResolveProcedures
…edures (apache#2035) fix:Spark3.2 version does not require the class ResolveProcedures
Why are the changes needed?
When using amoro spark-3.2-runtime-0.5.0.jar, an error was reported and the class ResolveProcedures could not be found. Through comparison, it was found that changing the class is no longer necessary. Simply remove the dependency of this class.
Close #2032 .
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
Documentation