zhangstar333 commented on code in PR #59123:
URL: https://github.com/apache/doris/pull/59123#discussion_r2638855077
##########
be/src/vec/exec/scan/file_scanner.cpp:
##########
@@ -1644,6 +1646,9 @@ Status FileScanner::_init_expr_ctxes() {
return Status::InternalError(
fmt::format("Unknown source slot descriptor, slot_id={}",
slot_id));
}
+ if (!_current_range.min_max_values.contains(slot_id)) {
Review Comment:
using maybe some column have statistics, and some not have.
so disable this opt.
--
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]