milvus-sdk-java
milvus-sdk-java copied to clipboard
milvus DataType

use Int8 ,insert scene value is 25, but insert after is not my value.

@wangnimaa
I use the latest dev build to test:
docker pull milvusdb/milvus-dev:2.1.0-20220704-f6ce0559
Define a field with Int8 data type

And use the latest attu to try, seems it works well.

By using query() method, both pymilvus and java SDK works well to query the int8 values.