Skip to content

Commit

Permalink
open orc lazy mat.
Browse files Browse the repository at this point in the history
  • Loading branch information
hubgeter committed Oct 28, 2024
1 parent e801f98 commit 89c2b6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion be/src/vec/exec/format/orc/vorc_reader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -913,7 +913,7 @@ Status OrcReader::set_fill_columns(
auto orc_inner_reader = orc_input_stream_ptr->get_inner_reader();
orc_file_reader = std::make_shared<io::RangeCacheFileReader>(_profile, orc_inner_reader,
range_finder);
_lazy_read_ctx.can_lazy_read = false;
//_lazy_read_ctx.can_lazy_read = false;
}

if (!_lazy_read_ctx.can_lazy_read) {
Expand Down

0 comments on commit 89c2b6e

Please sign in to comment.