This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
from 65051d67cf [fix](yearweek) fixed the yearweek result error when mode is set to 1 (#12234) add ec4863b63a [feature-wip](new-scan)Add new file scan node (#12048) No new revisions were added by this update. Summary of changes: be/src/exec/exec_node.cpp | 11 +- be/src/runtime/plan_fragment_executor.cpp | 4 +- be/src/vec/CMakeLists.txt | 4 + .../new_file_arrow_scanner.cpp} | 267 +++++++++------------ be/src/vec/exec/scan/new_file_arrow_scanner.h | 85 +++++++ be/src/vec/exec/scan/new_file_scan_node.cpp | 117 +++++++++ .../scan/new_file_scan_node.h} | 30 ++- .../new_file_scanner.cpp} | 79 ++---- .../{file_scanner.h => scan/new_file_scanner.h} | 65 ++--- .../new_file_text_scanner.cpp} | 124 ++++------ .../new_file_text_scanner.h} | 31 +-- be/src/vec/exec/scan/vscanner.h | 13 + 12 files changed, 453 insertions(+), 377 deletions(-) copy be/src/vec/exec/{file_arrow_scanner.cpp => scan/new_file_arrow_scanner.cpp} (58%) create mode 100644 be/src/vec/exec/scan/new_file_arrow_scanner.h create mode 100644 be/src/vec/exec/scan/new_file_scan_node.cpp copy be/src/vec/{exprs/table_function/vexplode_numbers.h => exec/scan/new_file_scan_node.h} (57%) copy be/src/vec/exec/{file_scanner.cpp => scan/new_file_scanner.cpp} (73%) copy be/src/vec/exec/{file_scanner.h => scan/new_file_scanner.h} (51%) copy be/src/vec/exec/{file_text_scanner.cpp => scan/new_file_text_scanner.cpp} (77%) copy be/src/vec/exec/{file_text_scanner.h => scan/new_file_text_scanner.h} (70%) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org