Skip to content
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

Closed
wants to merge 3 commits into from

Conversation

jiaoqingbo
Copy link
Contributor

@jiaoqingbo jiaoqingbo commented Jul 8, 2022

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
    image

  • Run test locally before make a pull request

@jiaoqingbo
Copy link
Contributor Author

cc @yaooqinn

Copy link
Member

@turboFei turboFei left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

left minor comments

@turboFei turboFei changed the title [KYUUBI #3030] fix bin/beeline without -u exits unexpectedly [KYUUBI #3030] Fix bin/beeline without -u exits unexpectedly Jul 9, 2022
@turboFei turboFei changed the title [KYUUBI #3030] Fix bin/beeline without -u exits unexpectedly [KYUUBI #2478][FOLLOWUP] Fix bin/beeline without -u exits unexpectedly Jul 9, 2022
@codecov-commenter
Copy link

codecov-commenter commented Jul 9, 2022

Codecov Report

Merging #3031 (58ba011) into master (95cb57e) will decrease coverage by 0.01%.
The diff coverage is 0.00%.

@@             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     
Impacted Files Coverage Δ
...in/java/org/apache/hive/beeline/KyuubiBeeLine.java 0.00% <0.00%> (ø)
.../org/apache/kyuubi/operation/KyuubiOperation.scala 67.60% <0.00%> (-1.41%) ⬇️
...n/scala/org/apache/kyuubi/engine/ProcBuilder.scala 83.12% <0.00%> (-0.63%) ⬇️
...in/scala/org/apache/kyuubi/config/KyuubiConf.scala 97.24% <0.00%> (-0.10%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 95cb57e...58ba011. Read the comment docs.

@turboFei turboFei closed this in e492994 Jul 9, 2022
@turboFei
Copy link
Member

turboFei commented Jul 9, 2022

thanks, merged to master

@turboFei turboFei added this to the v1.6.0 milestone Jul 9, 2022
turboFei pushed a commit that referenced this pull request Jul 9, 2022
### _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>
@turboFei
Copy link
Member

turboFei commented Jul 9, 2022

also backport to branch 1.5

@turboFei turboFei modified the milestones: v1.6.0, 1.5.3 Jul 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug] bin/beeline without -u exits unexpectedly
3 participants