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 6b7250509bd fix some hive case failed (#64534)
add ba2c63d6b3d unit tests for file scanner and AccessPathParser (#64543)
No new revisions were added by this update.
Summary of changes:
.../data_type_timestamptz_serde.cpp | 5 +-
.../data_type_serde/data_type_timestamptz_serde.h | 2 +-
be/src/exec/scan/access_path_parser.cpp | 485 +++++++++++++++++++++
.../scan/access_path_parser.h} | 27 +-
be/src/exec/scan/file_scanner_v2.cpp | 454 +------------------
be/src/exec/scan/file_scanner_v2.h | 12 +-
be/src/format_v2/column_mapper.cpp | 3 +-
be/src/format_v2/parquet/parquet_reader.cpp | 21 +-
be/src/format_v2/table_reader.cpp | 7 +-
be/test/exec/scan/access_path_parser_test.cpp | 371 ++++++++++++++++
be/test/exec/scan/file_scanner_v2_test.cpp | 223 ++++++++++
be/test/exec/scan/vfile_scanner_exception_test.cpp | 333 --------------
be/test/format_v2/column_mapper_test.cpp | 6 +-
be/test/format_v2/table_reader_test.cpp | 27 +-
14 files changed, 1148 insertions(+), 828 deletions(-)
create mode 100644 be/src/exec/scan/access_path_parser.cpp
copy be/src/{information_schema/schema_load_job_scanner.h =>
exec/scan/access_path_parser.h} (60%)
create mode 100644 be/test/exec/scan/access_path_parser_test.cpp
create mode 100644 be/test/exec/scan/file_scanner_v2_test.cpp
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]