mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
Fix compile error on Arm (#26319)
Signed-off-by: Enwei Jiao <enwei.jiao@zilliz.com>
This commit is contained in:
parent
127c23d999
commit
9cb5943e71
@ -2068,9 +2068,8 @@ ExecExprVisitor::visit(AlwaysTrueExpr& expr) {
|
||||
}
|
||||
|
||||
bool
|
||||
compareTwoJsonArray(
|
||||
simdjson::simdjson_result<simdjson::fallback::ondemand::array> arr1,
|
||||
const proto::plan::Array& arr2) {
|
||||
compareTwoJsonArray(simdjson::simdjson_result<simdjson::ondemand::array> arr1,
|
||||
const proto::plan::Array& arr2) {
|
||||
if (arr2.array_size() != arr1.count_elements()) {
|
||||
return false;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user