apache / dolphinscheduler

Apache DolphinScheduler is the modern data orchestration platform. Agile to create high performance workflow with low-code
https://dolphinscheduler.apache.org/
Apache License 2.0
12.39k stars 4.49k forks source link

[DSIP-50][UDF Manage] Remove unused udf manage function #16212

Closed SbloodyS closed 3 days ago

SbloodyS commented 4 days ago

Purpose of the pull request

close #16209

Brief change log

Verify this pull request

This pull request is code cleanup without any test coverage.

(or)

This pull request is already covered by existing tests, such as (please describe tests).

(or)

This change added tests and can be verified as follows:

(or)

Pull Request Notice

Pull Request Notice

If your pull request contain incompatible change, you should also add it to docs/docs/en/guide/upgrede/incompatible.md

codecov-commenter commented 4 days ago

Codecov Report

Attention: Patch coverage is 43.75000% with 9 lines in your changes missing coverage. Please review.

Project coverage is 41.24%. Comparing base (c7a0994) to head (eb70b38).

:exclamation: Current head eb70b38 differs from pull request most recent head 3afb4c3

Please upload reports for the commit 3afb4c3 to get more accurate results.

Files Patch % Lines
...nscheduler/service/process/ProcessServiceImpl.java 70.00% 2 Missing and 1 partial :warning:
...pache/dolphinscheduler/spi/enums/ResourceType.java 0.00% 3 Missing :warning:
...ache/dolphinscheduler/api/audit/OperatorUtils.java 0.00% 0 Missing and 1 partial :warning:
...ache/dolphinscheduler/plugin/task/sql/SqlTask.java 0.00% 1 Missing :warning:
...heduler/tools/resource/MigrateResourceService.java 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev #16212 +/- ## ============================================ - Coverage 41.35% 41.24% -0.11% + Complexity 5167 5121 -46 ============================================ Files 1403 1397 -6 Lines 44423 44056 -367 Branches 4721 4666 -55 ============================================ - Hits 18372 18173 -199 + Misses 24246 24103 -143 + Partials 1805 1780 -25 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

sonarcloud[bot] commented 3 days ago

Quality Gate Failed Quality Gate failed

Failed conditions
50.0% Coverage on New Code (required ≥ 60%)

See analysis details on SonarCloud