milvus/internal/distributed/proxy
yihao.dai 9a13b9822f
enhance: Return more fields in import progress response (#31539)
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: https://github.com/milvus-io/milvus/issues/31448
https://github.com/milvus-io/milvus/issues/31237
https://github.com/milvus-io/milvus/issues/28521

---------

Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
2024-03-24 21:57:06 +08:00
..
client feat: Add import scheduler and manager (#29367) 2024-03-01 18:31:02 +08:00
httpserver enhance: Return more fields in import progress response (#31539) 2024-03-24 21:57:06 +08:00
service_test.go feat: Implement DescribeAlias and ListAliases interfaces (#29641) 2024-01-11 19:12:51 +08:00
service.go fix: ctx cancel should be the last step while stopping server (#31220) 2024-03-15 10:33:05 +08:00