pymilvus icon indicating copy to clipboard operation
pymilvus copied to clipboard

[Bug]: DataType.BOOL is implemented but disabled in code

Open congqixia opened this issue 2 years ago • 1 comments

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

congqixia avatar Aug 10 '22 12:08 congqixia

Related to https://github.com/milvus-io/milvus/issues/7522

congqixia avatar Aug 10 '22 12:08 congqixia