-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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
fix: default datax plugin #14204
fix: default datax plugin #14204
Conversation
Please associate PR to your issue. |
does datax use rdbms as its default plugin? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks for your contribution
Codecov Report
@@ Coverage Diff @@
## dev #14204 +/- ##
============================================
- Coverage 38.36% 38.34% -0.02%
- Complexity 4469 4473 +4
============================================
Files 1229 1229
Lines 42887 42911 +24
Branches 4764 4764
============================================
+ Hits 16454 16456 +2
- Misses 24608 24632 +24
+ Partials 1825 1823 -2
... and 5 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
SonarCloud Quality Gate failed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, rerun failed CI
restart the failed E2E |
(cherry picked from commit 9c92b4b)
Purpose of the pull request
This pr fix default datax plugin, using RDBMS as default.
Fix #14180