Open binbinlv opened 10 months ago
/assign @czs007
This still exists in the latest version: pymilvus: 2.4.0rc30 milvus: master-20240205-a68b3213
>>> milvus_client.create_collection(collection_name, dim, consistency_level="Strong", metric_type="L2")
>>> res = milvus_client.get_collection_stats(collection_name)
>>> print(res)
{'row_count': 0}
Any updates on this issue?
Is there an existing issue for this?
Describe the bug
Row count shows 0 for interface "get_collection_stats" when the collection is not empty
Expected Behavior
Shows the correct row count
Steps/Code To Reproduce behavior
Environment details
Anything else?
No response