-
Notifications
You must be signed in to change notification settings - Fork 318
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: add count of rows read #1404
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1404 +/- ##
============================================
- Coverage 65.67% 65.49% -0.18%
Complexity 236 236
============================================
Files 571 571
Lines 107321 106952 -369
Branches 859 859
============================================
- Hits 70480 70046 -434
- Misses 36689 36754 +65
Partials 152 152
Continue to review full report at Codecov.
|
@l-y-l Hello, we really appreciate your contribution to the issue. However, as the other contributor has submitted the PR earlier (#1401 ), we will merge that PR. But no worry, you will still have our contribution reward. So please still send an email to contact@openmldb.ai , and quote this PR. Moreover, we strongly encourage you to further take a look at other good-first-issues. We are looking forward to see your PR again. Thanks! |
java/openmldb-import/src/main/java/com/_4paradigm/openmldb/importer/Importer.java
Outdated
Show resolved
Hide resolved
…tion when the execution result is abnormal
…tion when the execution result is abnormal
feat(1327): add count of rows read