amorynan commented on code in PR #40582: URL: https://github.com/apache/doris/pull/40582#discussion_r1756558784
########## be/src/olap/rowset/segment_v2/column_reader.cpp: ########## @@ -120,6 +121,7 @@ Status ColumnReader::create_array(const ColumnReaderOptions& opts, const ColumnM if (meta.is_nullable()) { array_reader->_sub_readers[2] = std::move(null_reader); } + array_reader->_meta_type = FieldType::OLAP_FIELD_TYPE_ARRAY; Review Comment: _meta_type is working for ? -- 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