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 125def5102 [enhancement](macOS M1) Support building from source on macOS (M1) (#13195) add 21f233d7e7 [feature-wip](multi-catalog) use apache orc reader to read orc file (#13404) No new revisions were added by this update. Summary of changes: be/src/common/config.h | 3 + be/src/exec/arrow/arrow_reader.cpp | 4 +- be/src/vec/CMakeLists.txt | 1 + .../format/format_common.h} | 43 +- be/src/vec/exec/format/orc/vorc_reader.cpp | 445 +++++++++++++++++++++ be/src/vec/exec/format/orc/vorc_reader.h | 284 +++++++++++++ be/src/vec/exec/format/parquet/parquet_common.h | 25 +- be/src/vec/exec/format/parquet/vparquet_reader.cpp | 44 +- be/src/vec/exec/format/parquet/vparquet_reader.h | 4 +- be/src/vec/exec/scan/vfile_scanner.cpp | 25 +- 10 files changed, 788 insertions(+), 90 deletions(-) copy be/src/vec/{columns/column_nothing.h => exec/format/format_common.h} (52%) create mode 100644 be/src/vec/exec/format/orc/vorc_reader.cpp create mode 100644 be/src/vec/exec/format/orc/vorc_reader.h --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org