Skip to content

Commit

Permalink
fix be
Browse files Browse the repository at this point in the history
  • Loading branch information
suxiaogang223 committed Dec 1, 2024
1 parent 838c91a commit 68a9ea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion be/src/vec/exec/scan/vfile_scanner.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -750,7 +750,7 @@ Status VFileScanner::_get_next_reader() {

// create reader for specific format
Status init_status;
TFileFormatType::type format_type = _params->format_type;
TFileFormatType::type format_type = range.format_type;
// JNI reader can only push down column value range
bool push_down_predicates =
!_is_load && _params->format_type != TFileFormatType::FORMAT_JNI;
Expand Down

0 comments on commit 68a9ea1

Please sign in to comment.