-
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
[Bug]: list_bulk_insert_tasks returns missing fields #38172
Comments
@yanliang567 We are currently using milvus 2.4.x, and this issue is for function |
/assign @bigsheeper |
@yanliang567 @bigsheeper can you guys provide an update on this? |
@yanliang567 Any updates? |
Hi @abd-770 , In version 2.4.x, we restructured the bulkinsert feature to enhance both performance and usability. Along with these improvements, the returned fields have also been adjusted accordingly(for example, |
@bigsheeper I'm currently using 2.4.0, So is this an expected bug for this version? Also can you specify which version the enhancements are added? |
Hi @abd-770 ,
This behavior is not a bug but is intended by design.
Starting from version 2.4.0. If you take a closer look, you’ll notice that the list_bulk_insert_tasks API has already been marked as deprecated. |
Is there an existing issue for this?
Environment
Current Behavior
Running bulk insert and use list_bulk_insert_tasks to check the status
Output:
However,
Expected Behavior
list_bulk_insert_tasks
should return correct values for the above fields.Also, why does it not return other fields as mentioned in the documentation: https://milvus.io/api-reference/pymilvus/v2.4.x/ORM/utility/list_bulk_insert_tasks.md
Steps To Reproduce
No response
Milvus Log
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: