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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org