Describe the bug
this function use the dimension in a wrong way. the length of field data (bytes) should be (the dimension of BINARY_VECTOR) / 8
To Reproduce
Steps to reproduce the behavior:
- create a collection with a BINARY_VECTOR field (dimension: 64)
- insert data rows (80 rows e.g.)
- use QueryAsync to fetch datas
- the returned BINARY_VECTOR FieldData only has 10 rows
Expected behavior
80 rows data
one bit for one dimension!