Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: Seaven <[email protected]>
  • Loading branch information
Seaven committed Aug 3, 2023
1 parent b637626 commit e0e94ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion be/src/storage/rowset/segment_iterator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1361,7 +1361,7 @@ Status SegmentIterator::_build_context(ScanContext* ctx) {
}

size_t build_read_index_size = ctx->_read_schema.num_fields();
if (late_materialization && (predicate_count < _schema.num_fields() || !_predicate_column_access_paths.empty())) {
if (late_materialization && (predicate_count < _schema.num_fields() || !ctx->_subfield_columns.empty())) {
// ordinal column
ColumnId cid = -1;
if (predicate_count < _schema.num_fields()) {
Expand Down

0 comments on commit e0e94ec

Please sign in to comment.