-
Notifications
You must be signed in to change notification settings - Fork 3k
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
enhance: Return more fields in import progress response #31539
Conversation
# This is the 1st commit message: enhance: Return more in import progress response Signed-off-by: bigsheeper <yihao.dai@zilliz.com> # The commit message #2 will be skipped: # support startTs, endTs # # Signed-off-by: bigsheeper <yihao.dai@zilliz.com> # The commit message #3 will be skipped: # add binlog import intergration test # # Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
@bigsheeper E2e jenkins job failed, comment |
/run-cpu-e2e |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #31539 +/- ##
==========================================
- Coverage 81.30% 80.71% -0.59%
==========================================
Files 987 972 -15
Lines 144687 137695 -6992
==========================================
- Hits 117631 111138 -6493
+ Misses 23139 22820 -319
+ Partials 3917 3737 -180
|
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: bigsheeper, czs007 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@bigsheeper need pick to branch 2.4 |
) Return more fields in import progress response, include importedRows and totalRows. Additionally, ensure compatibility with the old import progress response by retaining fields of create timestamp and row count. issue: milvus-io#31448 milvus-io#31237 milvus-io#28521 --------- Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
) Return more fields in import progress response, include importedRows and totalRows. Additionally, ensure compatibility with the old import progress response by retaining fields of create timestamp and row count. issue: #31448 #31237 #28521 pr: #31539 Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
Return more fields in import progress response, include importedRows and totalRows. Additionally, ensure compatibility with the old import progress response by retaining fields of create timestamp and row count.
issue: #31448 #31237 #28521