[Bug]: [milvus_client_p2] The check rule for the parameter "collection_name" of "flush" interface is not consistent with that of "create_collection" interface #2354
Labels
kind/bug
Something isn't working
Is there an existing issue for this?
Describe the bug
The check rule for the parameter "collection_name" of "flush" interface is not consistent with that of "create_collection" interface
when collection_name is "12-s", create collection reports error "f"Invalid collection name: {collection_name}. the first character of a collection name must be an underscore or letter: invalid parameter"
but flush( "12-s") reports "collection not found[database=default][collection=12-s]"
Expected Behavior
The check rule for the parameter "collection_name" of "flush" interface is consistent with that of "create_collection" interface
Steps/Code To Reproduce behavior
Environment details
Anything else?
No response
The text was updated successfully, but these errors were encountered: