-
Notifications
You must be signed in to change notification settings - Fork 919
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
[KYUUBI #4216] Support to transfer client version for kyuubi hive jdbc and rest client sdk #4370
Conversation
8db8b34
to
2a445f3
Compare
The ut passed locally, I do not know why it failed on GA, it does not make senses. |
add resources save save save save save save nit nit fix fix and remove unused Revert "fix and remove unused" This reverts commit 15e4465. fix nit
01c0c4f
to
cf8acd5
Compare
move the UT to perConnectionSuite. |
46a5210
to
efd934c
Compare
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
Codecov Report
@@ Coverage Diff @@
## master #4370 +/- ##
============================================
- Coverage 53.68% 53.67% -0.01%
Complexity 13 13
============================================
Files 562 563 +1
Lines 30834 30863 +29
Branches 4157 4157
============================================
+ Hits 16552 16566 +14
- Misses 12731 12742 +11
- Partials 1551 1555 +4
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
we can add a udf |
thanks, merging to master and 1.7 |
…c and rest client sdk ### _Why are the changes needed?_ To close #4216 ### _How was this patch tested?_ - [x] Add some test cases that check the changes thoroughly including negative and positive cases if possible - [ ] Add screenshots for manual tests if appropriate - [x] [Run test](https://kyuubi.readthedocs.io/en/master/develop_tools/testing.html#running-tests) locally before make a pull request Closes #4370 from turboFei/client_version. Closes #4216 efd934c [fwang12] save cf8acd5 [fwang12] version properties Authored-by: fwang12 <fwang12@ebay.com> Signed-off-by: fwang12 <fwang12@ebay.com> (cherry picked from commit 3f6ba77) Signed-off-by: fwang12 <fwang12@ebay.com>
cc @lightning-L |
Why are the changes needed?
To close #4216
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 make a pull request