-
Notifications
You must be signed in to change notification settings - Fork 316
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-2546] Upgrade paimon dependency to 0.7.0 #2548
Conversation
huyuanfeng seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #2548 +/- ##
============================================
- Coverage 32.24% 32.23% -0.01%
- Complexity 4384 4385 +1
============================================
Files 589 589
Lines 49888 49892 +4
Branches 6618 6618
============================================
- Hits 16084 16081 -3
- Misses 32533 32538 +5
- Partials 1271 1273 +2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
The CI is failed. @huyuanfeng2018 |
This is caused by a bug in hive. The version we are using is 2.1.1, and this bug exists https://issues.apache.org/jira/browse/HIVE-15081?jql=project%20%3D%20HIVE Need to consider upgrading hive dependencies to 2.3.9? |
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.
Why are the changes needed?
Close #2546.
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