You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by "kaka11chen (via GitHub)" <gi...@apache.org> on 2023/06/20 03:27:40 UTC

[GitHub] [doris] kaka11chen commented on a diff in pull request #20998: [Fix](orc-reader) Fix filter size mismatch in orc reader.

kaka11chen commented on code in PR #20998:
URL: https://github.com/apache/doris/pull/20998#discussion_r1234691112


##########
be/src/vec/exec/format/orc/vorc_reader.cpp:
##########
@@ -1123,8 +1127,7 @@ Status OrcReader::_decode_string_dict_encoded_column(const std::string& col_name
             }
         }
     }
-    data_column->insert_many_strings_overflow(&string_values[0], string_values.size(),

Review Comment:
   `insert_many_strings_overflow` need memory continuously.



-- 
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-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org