eldenmoon commented on code in PR #30603:
URL: https://github.com/apache/doris/pull/30603#discussion_r1479241908
##########
be/src/olap/rowset/segment_v2/segment.cpp:
##########
@@ -446,11 +446,12 @@ Status Segment::new_column_iterator_with_path(const
TabletColumn& tablet_column,
return Status::OK();
}
bool output_as_raw_json = true;
+ // Not use path info in TabletColumn since the path info may not be
set in schema change process
+ vectorized::PathInData path(tablet_column.name_lower_case());
// Alter table operation should read the whole variant column, since
it does not aware of
Review Comment:
done
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]