pymilvus
pymilvus copied to clipboard
[Bug]: DataType.BOOL is implemented but disabled in code
Is there an existing issue for this?
- [X] I have searched the existing issues
Describe the bug
DataType.BOOL
is implemented but search column with Bool type will have Not support bool yet
exception raised
Expected Behavior
Support DataType.BOOL
Steps/Code To Reproduce behavior
- Create a collection with bool column
- Search with bool output field
Environment details
- Hardware/Softward conditions (OS, CPU, GPU, Memory):
- Method of installation (Docker, or from source):
- Milvus version (v0.3.1, or v0.4.0): 2.1.0
- Milvus configuration (Settings you made in `server_config.yaml`):
Anything else?
No response
Related to https://github.com/milvus-io/milvus/issues/7522