-
Notifications
You must be signed in to change notification settings - Fork 981
[KYUUBI #1769][FOLLOWUP] Some cleanups for log4j properties #1842
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
Conversation
|
and the licenses? |
Sorry, which file should I modify? |
|
LICENSE-binary |
Codecov Report
@@ Coverage Diff @@
## master #1842 +/- ##
============================================
+ Coverage 59.46% 59.71% +0.24%
+ Complexity 272 271 -1
============================================
Files 277 282 +5
Lines 13853 13989 +136
Branches 1776 1785 +9
============================================
+ Hits 8238 8353 +115
- Misses 4911 4925 +14
- Partials 704 711 +7
Continue to review full report at Codecov.
|
975e42f to
e55fd2e
Compare
d83f9bc to
499f935
Compare
499f935 to
034b04d
Compare
|
thanks, merged to master |
…-jdbc(shaded) modules ### _Why are the changes needed?_ <!-- Please clarify why the changes are needed. For instance, 1. If you add a feature, you can talk about the use case of it. 2. If you fix a bug, you can clarify why it is a bug. --> Revert the dependency changes for kyuubi-hive-jdbc and kyuubi-hive-jdbc-shaded modules from #1842 ### _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](https://kyuubi.apache.org/docs/latest/develop_tools/testing.html#running-tests) locally before make a pull request Closes #1854 from turboFei/slf4j-api. Closes #1769 dffe6c5 [Fei Wang] reserve for kyuubi-hive-beeline 2001243 [Fei Wang] [KYUUBI #1769][FOLLOWUP] Revert the dependency change for kyuubi-hive-beeline and kyuubi-hive-jdbc(shaded) modules Authored-by: Fei Wang <[email protected]> Signed-off-by: Cheng Pan <[email protected]>
Why are the changes needed?
This is a followup of #1769. Cleanup the log4j properties files and using log4j2.properties for UT.
How was this patch tested?
Passed UT.