wumeibanfa commented on code in PR #55719:
URL: https://github.com/apache/doris/pull/55719#discussion_r2342934061


##########
be/src/vec/exec/format/parquet/vparquet_column_reader.cpp:
##########
@@ -406,6 +408,8 @@ Status ScalarColumnReader::_read_nested_column(ColumnPtr& 
doris_column, DataType
     NullMap* map_data_column = nullptr;
     if (doris_column->is_nullable()) {
         SCOPED_RAW_TIMER(&_decode_null_map_time);
+        // doris_column either originates from a mutable block in 
vparquet_group_reader

Review Comment:
   get_physical_column 
可能会返回doris_column,这个是read_column_data的参数,然后这个参数是由vparquet_group_reader中传入的一个block中的columnPtr



-- 
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]

Reply via email to