-
Notifications
You must be signed in to change notification settings - Fork 298
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-2373] resolve the catalog problem when querying base on kyuubi+flink #2395
Conversation
liuzy523 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. |
LGTM |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #2395 +/- ##
=========================================
Coverage 52.95% 52.95%
- Complexity 4415 4418 +3
=========================================
Files 534 534
Lines 30537 30542 +5
Branches 2989 2989
=========================================
+ Hits 16171 16175 +4
+ Misses 13075 13074 -1
- Partials 1291 1293 +2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Thank you for your contribution, the title should be [AMORO-2373]xxx. 😊 |
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
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.
@liuzyou6 Thanks a lot for contribution!
I left some small suggestion, please task a look.
ams/server/src/main/java/com/netease/arctic/server/terminal/kyuubi/KyuubiSession.java
Outdated
Show resolved
Hide resolved
@liuzyou6 Thanks a lot for your contribution! You may need to sign NetEase's CLA before you start to contribute to Amoro, you can conveniently complete the signing via the link: https://cla-assistant.io/NetEase/amoro |
# Conflicts: # ams/server/src/main/java/com/netease/arctic/server/terminal/kyuubi/KyuubiSession.java
when querying used catalog, the syntax is different between FLink and Spark. #2373