mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-03 17:31:58 +08:00
Fix bug for expression boundary (#7339)
Signed-off-by: cai.zhang <cai.zhang@zilliz.com>
This commit is contained in:
parent
c333af0dcf
commit
880aa540e6
@ -95,6 +95,8 @@ ExtractBinaryRangeExprImpl(FieldOffset field_offset, DataType data_type, const p
|
||||
};
|
||||
setValue(result->lower_value_, expr_proto.lower_value());
|
||||
setValue(result->upper_value_, expr_proto.upper_value());
|
||||
result->lower_inclusive_ = expr_proto.lower_inclusive();
|
||||
result->upper_inclusive_ = expr_proto.upper_inclusive();
|
||||
return result;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user