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

feat: support create/alter/drop user statement #3678

Merged
merged 20 commits into from
Feb 2, 2024

fix: fix alter root password

5f5f3b1
Select commit
Loading
Failed to load commit list.
Merged

feat: support create/alter/drop user statement #3678

fix: fix alter root password
5f5f3b1
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 1, 2024 in 0s

40.09% (+2.92%) compared to ff3ef0d

View this Pull Request on Codecov

40.09% (+2.92%) compared to ff3ef0d

Details

Codecov Report

Attention: 23 lines in your changes are missing coverage. Please review.

Comparison is base (ff3ef0d) 37.16% compared to head (5f5f3b1) 40.09%.
Report is 3 commits behind head on main.

Files Patch % Lines
...n/java/com/_4paradigm/openmldb/jdbc/SQLDriver.java 33.33% 3 Missing and 3 partials ⚠️
.../com/_4paradigm/openmldb/spark/OpenmldbSource.java 0.00% 6 Missing ⚠️
...openmldb/taskmanager/config/TaskManagerConfig.java 0.00% 6 Missing ⚠️
...paradigm/openmldb/taskmanager/JobInfoManager.scala 0.00% 3 Missing ⚠️
...in/java/com/_4paradigm/openmldb/sdk/SdkOption.java 60.00% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main    #3678      +/-   ##
============================================
+ Coverage     37.16%   40.09%   +2.92%     
- Complexity      655      657       +2     
============================================
  Files           177      193      +16     
  Lines         10773    11414     +641     
  Branches       1366     1374       +8     
============================================
+ Hits           4004     4576     +572     
- Misses         6470     6535      +65     
- Partials        299      303       +4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.