AshinGau commented on code in PR #33935:
URL: https://github.com/apache/doris/pull/33935#discussion_r1580415134


##########
be/src/vec/exec/format/orc/vorc_reader.cpp:
##########
@@ -1684,6 +1702,10 @@ Status OrcReader::get_next_block(Block* block, size_t* 
read_rows, bool* eof) {
             for (auto& conjunct : _non_dict_filter_conjuncts) {
                 filter_conjuncts.emplace_back(conjunct);
             }
+            //include missing_columns != missing_columns ; missing_column is 
null; missing_column != file_columns etc...
+            for (auto& [missing_col, conjunct] : 
_lazy_read_ctx.predicate_missing_columns) {

Review Comment:
   The parquet reader also has the same issue.



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

Reply via email to