milvus-sdk-java icon indicating copy to clipboard operation
milvus-sdk-java copied to clipboard

milvus DataType

Open x-ultimate opened this issue 3 years ago • 1 comments

image

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

image

x-ultimate avatar Jul 04 '22 03:07 x-ultimate

@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 3

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

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

yhmo avatar Jul 04 '22 04:07 yhmo