yiguolei commented on code in PR #18108: URL: https://github.com/apache/doris/pull/18108#discussion_r1148540882
########## be/src/vec/exec/scan/vfile_scanner.cpp: ########## @@ -580,6 +580,8 @@ Status VFileScanner::_get_next_reader() { _cur_reader.reset(new CsvReader(_state, _profile, &_counter, _params, range, _file_slot_descs, _io_ctx.get())); init_status = ((CsvReader*)(_cur_reader.get()))->init_reader(_is_load); + _state->set_support_read_bytes( Review Comment: maybe we should add scan_bytes feature to all scan node. For example, broker load, insert into select, stream load and etc. -- 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