milvus-io / milvus

A cloud-native vector database, storage for next generation AI applications
https://milvus.io
Apache License 2.0
29.97k stars 2.87k forks source link

[Bug]: In the RestfulV2 GetProgress interface, the fileName information returned can remove the file's UID. #33682

Open lentitude2tk opened 4 months ago

lentitude2tk commented 4 months ago

Is there an existing issue for this?

Environment

- Milvus version:2.4
- Deployment mode(standalone or cluster):
- MQ type(rocksmq, pulsar or kafka):    
- SDK version(e.g. pymilvus v2.0.0rc2): RestfulV2
- OS(Ubuntu or CentOS): 
- CPU/Memory: 
- GPU: 
- Others:

Current Behavior

  1. When calling the RestfulV2 GetProgress interface, the returned result includes not only the file name but also the UID assigned to the file concatenated before it. img_v3_02ba_590aa0b8-c949-4dbd-9a31-a8193ab3666g

  2. Users cannot directly query whether a specific file has been successfully imported; instead, they need to perform a secondary parsing on the returned fileName.

Expected Behavior

The returned fileName only includes the path of the file and does not need to contain any other information.

Steps To Reproduce

1. To reproduce, call the RestfulV2 GetProgress interface.

Milvus Log

No response

Anything else?

No response

yanliang567 commented 4 months ago

/assign @PowderLi /unassign

zhuwenxing commented 4 months ago

/unassign @PowderLi

/assign @bigsheeper

bigsheeper commented 4 months ago

/unassign /assign @lentitude2tk should be fixed