-
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 #2478][FOLLOWUP] Fix bin/beeline without -u exits unexpectedly #3031
Conversation
cc @yaooqinn |
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.
left minor comments
Codecov Report
@@ Coverage Diff @@
## master #3031 +/- ##
============================================
- Coverage 50.45% 50.43% -0.02%
Complexity 6 6
============================================
Files 454 454
Lines 25462 25462
Branches 3575 3575
============================================
- Hits 12846 12843 -3
- Misses 11393 11394 +1
- Partials 1223 1225 +2
Continue to review full report at Codecov.
|
thanks, merged to master |
### _Why are the changes needed?_ fix #3030 ### _How was this patch tested?_ - [x] Add some test cases that check the changes thoroughly including negative and positive cases if possible - [x] Add screenshots for manual tests if appropriate ![image](https://user-images.githubusercontent.com/14961757/177953720-029882e5-2454-4091-aa75-d008e15ee1a0.png) - [ ] [Run test](https://kyuubi.apache.org/docs/latest/develop_tools/testing.html#running-tests) locally before make a pull request Closes #3031 from jiaoqingbo/kyuubi-3030. Closes #2478 58ba011 [jiaoqingbo] change junit location a4130da [jiaoqingbo] add license 9ff1366 [jiaoqingbo] [KYUUBI #3030] fix bin/beeline without -u exits unexpectedly Authored-by: jiaoqingbo <1178404354@qq.com> Signed-off-by: Fei Wang <fwang12@ebay.com>
also backport to branch 1.5 |
Why are the changes needed?
fix #3030
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