morningman commented on code in PR #25138:
URL: https://github.com/apache/doris/pull/25138#discussion_r1349738905


##########
be/src/vec/exec/format/parquet/vparquet_column_reader.cpp:
##########
@@ -442,7 +445,7 @@ Status 
ScalarColumnReader::read_dict_values_to_column(MutableColumnPtr& doris_co
                                                       bool* has_dict) {
     bool loaded;
     RETURN_IF_ERROR(_try_load_dict_page(&loaded, has_dict));
-    if (loaded && has_dict) {

Review Comment:
   Looks like a bug?



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