milvus/client/column
congqixia 002a325f0f
fix: [GoSDK] Slice valid data parsing nullable data (#43243)
Related to #43003

When nq > 1, returning nullable data in search result will lead to
parsing error. This patch add slicing valid data logic to make nullable
parsing validation logic could work.

Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
2025-07-11 10:32:48 +08:00
..
array.go fix: [GoSDK] Pass only valid data for nullable column (#40328) 2025-03-04 20:58:04 +08:00
array_test.go enhance: [GoSDK] Use generic column base and add unit tests (#37768) 2024-11-19 10:40:31 +08:00
columns.go fix: [GoSDK] Slice valid data parsing nullable data (#43243) 2025-07-11 10:32:48 +08:00
columns_test.go enhance: [GoSDK] Remove example in main pkg to make ut script work (#37472) 2024-11-07 10:50:25 +08:00
conversion.go feat: Support restful & go sdk for Int8Vector (#39278) 2025-01-24 17:07:07 +08:00
dynamic.go enhance: [GoSDK] Use generic column base and add unit tests (#37768) 2024-11-19 10:40:31 +08:00
dynamic_test.go enhance: [GoSDK] Use generic column base and add unit tests (#37768) 2024-11-19 10:40:31 +08:00
generic_base.go enhance: [GoSDK] support compact&sparse mode nullable column (#41576) 2025-04-28 19:36:48 +08:00
generic_base_test.go enhance: [GoSDK] support compact&sparse mode nullable column (#41576) 2025-04-28 19:36:48 +08:00
json.go enhance: [GoSDK] Use generic column base and add unit tests (#37768) 2024-11-19 10:40:31 +08:00
json_test.go enhance: [GoSDK] Use generic column base and add unit tests (#37768) 2024-11-19 10:40:31 +08:00
nullable.go enhance: [GoSDK] support compact&sparse mode nullable column (#41576) 2025-04-28 19:36:48 +08:00
nullable_test.go enhance: [GoSDK] support compact&sparse mode nullable column (#41576) 2025-04-28 19:36:48 +08:00
scalar.go enhance: [GoSDK] Support nullable generic column (#38076) 2024-11-29 10:40:37 +08:00
scalar_test.go enhance: [GoSDK] Support nullable generic column (#38076) 2024-11-29 10:40:37 +08:00
sparse.go enhance: [GoSDK] Add Slice method for Vector Columns (#37951) 2024-11-24 14:48:33 +08:00
sparse_test.go enhance: [GoSDK] Add Slice method for Vector Columns (#37951) 2024-11-24 14:48:33 +08:00
vector.go feat: Support restful & go sdk for Int8Vector (#39278) 2025-01-24 17:07:07 +08:00
vector_test.go enhance: [GoSDK] Use pkg v2 module path (#40134) 2025-02-25 10:33:56 +08:00