This is an automated email from the ASF dual-hosted git repository.
Gabriel39 pushed a change to branch refact_reader_branch
in repository https://gitbox.apache.org/repos/asf/doris.git
from 12ffec6d85e fix pipeline and ut (#64912)
add 278e2e95133 Refact reader branch (#64922)
No new revisions were added by this update.
Summary of changes:
be/src/exec/scan/file_scanner_v2.cpp | 12 +
be/src/format_v2/file_reader.h | 1 +
be/src/format_v2/table/remote_doris_reader.cpp | 365 +++++++++++++++++
be/src/format_v2/table/remote_doris_reader.h | 104 +++++
be/src/format_v2/table_reader.cpp | 2 +
be/test/exec/scan/file_scanner_v2_test.cpp | 4 +
.../format_v2/table/remote_doris_reader_test.cpp | 444 +++++++++++++++++++++
7 files changed, 932 insertions(+)
create mode 100644 be/src/format_v2/table/remote_doris_reader.cpp
create mode 100644 be/src/format_v2/table/remote_doris_reader.h
create mode 100644 be/test/format_v2/table/remote_doris_reader_test.cpp
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]