mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
related: #40686 Signed-off-by: MrPresent-Han <chun.han@gmail.com> Co-authored-by: MrPresent-Han <chun.han@gmail.com>
This commit is contained in:
parent
902f6506ca
commit
afa519b4c7
@ -933,7 +933,8 @@ class SegmentExpr : public Expr {
|
||||
|
||||
bool access_sealed_variable_column = false;
|
||||
if constexpr (std::is_same_v<T, std::string_view> ||
|
||||
std::is_same_v<T, Json>) {
|
||||
std::is_same_v<T, Json> ||
|
||||
std::is_same_v<T, ArrayView>) {
|
||||
if (segment_->type() == SegmentType::Sealed) {
|
||||
auto [data_vec, valid_data] = segment_->get_batch_views<T>(
|
||||
field_id_, i, data_pos, size);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user