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

[Chore] Remove unused SQLIntegrityConstraintViolationException in JdbcOperator #16200

Closed ruanwenjun closed 4 days ago

ruanwenjun commented 5 days ago

Purpose of the pull request

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 5 days ago

Codecov Report

Attention: Patch coverage is 0% with 1 line in your changes missing coverage. Please review.

Project coverage is 41.01%. Comparing base (b34fe46) to head (f6e877d).

:exclamation: Current head f6e877d differs from pull request most recent head 01fe97a

Please upload reports for the commit 01fe97a to get more accurate results.

Files Patch % Lines
...inscheduler/plugin/registry/jdbc/JdbcOperator.java 0.00% 0 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev #16200 +/- ## ============================================ - Coverage 41.02% 41.01% -0.01% + Complexity 5161 5157 -4 ============================================ Files 1400 1400 Lines 44860 44860 Branches 4746 4747 +1 ============================================ - Hits 18402 18398 -4 - Misses 24651 24656 +5 + Partials 1807 1806 -1 ```

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

sonarcloud[bot] commented 5 days ago

Quality Gate Failed Quality Gate failed

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

See analysis details on SonarCloud