This is an automated email from the ASF dual-hosted git repository. gabriellee pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
from 68087f6c823 [fix](json function) Fix the slow performance of get_json_path when processing JSONB (#24631) add 430634367a7 [pipelineX](node)support file scan operator (#24924) No new revisions were added by this update. Summary of changes: be/src/pipeline/exec/file_scan_operator.cpp | 53 ++++++++++++++ .../{meta_scan_operator.h => file_scan_operator.h} | 49 +++++++------ be/src/pipeline/exec/scan_operator.cpp | 12 ++++ be/src/pipeline/exec/scan_operator.h | 9 +++ be/src/pipeline/pipeline_x/operator.cpp | 2 + .../pipeline_x/pipeline_x_fragment_context.cpp | 6 ++ be/src/pipeline/pipeline_x/pipeline_x_task.cpp | 1 + be/src/vec/exec/scan/vfile_scanner.cpp | 84 +++++++++++++++++----- be/src/vec/exec/scan/vfile_scanner.h | 21 ++++++ 9 files changed, 198 insertions(+), 39 deletions(-) create mode 100644 be/src/pipeline/exec/file_scan_operator.cpp copy be/src/pipeline/exec/{meta_scan_operator.h => file_scan_operator.h} (54%) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org