Jibing-Li commented on code in PR #12275: URL: https://github.com/apache/doris/pull/12275#discussion_r967857033
########## be/src/vec/exec/scan/new_file_text_scanner.cpp: ########## @@ -26,8 +26,8 @@ namespace doris::vectorized { NewFileTextScanner::NewFileTextScanner(RuntimeState* state, NewFileScanNode* parent, int64_t limit, const TFileScanRange& scan_range, MemTracker* tracker, - RuntimeProfile* profile) - : NewFileScanner(state, parent, limit, scan_range, tracker, profile), + RuntimeProfile* profile, const std::vector<TExpr>& pre_filter_texprs) Review Comment: Will fix the load related issues in next pr. -- 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