This is an automated email from the ASF dual-hosted git repository.

zhaoc pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git.


    from 369b2c3  [Build] fix jemalloc download (#2681)
     add 2326b47  Support load orc format in Apache Doris (#2554)

No new revisions were added by this update.

Summary of changes:
 be/CMakeLists.txt                                  |   4 +
 be/src/exec/CMakeLists.txt                         |   1 +
 be/src/exec/broker_scan_node.cpp                   |   9 +
 be/src/exec/orc_scanner.cpp                        | 338 +++++++++++++
 be/src/exec/{parquet_scanner.h => orc_scanner.h}   |  74 ++-
 be/test/exec/CMakeLists.txt                        |   1 +
 be/test/exec/orc_scanner_test.cpp                  | 531 +++++++++++++++++++++
 be/test/exec/test_data/orc_scanner/my-file.orc     | Bin 0 -> 981 bytes
 .../org/apache/doris/load/BrokerFileGroup.java     |   4 +-
 .../org/apache/doris/planner/BrokerScanNode.java   |   2 +
 gensrc/thrift/PlanNodes.thrift                     |   3 +-
 run-ut.sh                                          |   1 +
 12 files changed, 922 insertions(+), 46 deletions(-)
 create mode 100644 be/src/exec/orc_scanner.cpp
 copy be/src/exec/{parquet_scanner.h => orc_scanner.h} (50%)
 create mode 100644 be/test/exec/orc_scanner_test.cpp
 create mode 100644 be/test/exec/test_data/orc_scanner/my-file.orc


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to