mirror of
https://github.com/milvus-io/milvus.git
synced 2026-07-21 10:15:43 +00: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:
co-authored by
MrPresent-Han
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);
|
||||
|
||||
Reference in New Issue
Block a user