[Bug]: the param 'mmap.enabled' and 'mmap_enabled' is confusing to the pymilvus users #38443
Open
1 task done
Labels
kind/bug
Issues or changes related a bug
triage/accepted
Indicates an issue or PR is ready to be actively worked on.
Is there an existing issue for this?
Environment
Current Behavior
when setting mmap in add_field() when creating collection, it requires a underscore() in the param "mmap_enabled"
while altering mmap in alter_collection_field(), it requires a dot(.) in the param "mmap.enabled"
when describing collection, it displays a underscore() again
Expected Behavior
use the same one format: dot or underscore
Steps To Reproduce
Milvus Log
No response
Anything else?
The text was updated successfully, but these errors were encountered: