mirror of https://github.com/milvus-io/milvus.git
Fix unsupported datatype assertion when query json field (#24214)
Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>pull/24224/head
parent
19497247b8
commit
e6eb477074
|
@ -134,6 +134,7 @@ CreateScalarDataArray(int64_t count, const FieldMeta& field_meta) {
|
|||
for (int i = 0; i < count; i++) {
|
||||
*(obj->mutable_data()->Add()) = std::string();
|
||||
}
|
||||
break;
|
||||
}
|
||||
default: {
|
||||
PanicInfo("unsupported datatype");
|
||||
|
|
Loading…
Reference in New Issue