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 344377beb7 [typo](docs)Fix jump link 404 in jdbc load.md (#13170)
     add 869fe2bc5d [Improvement](outfile) Support ORC format in outfile 
(#13019)

No new revisions were added by this update.

Summary of changes:
 be/src/runtime/file_result_writer.h                |   4 +
 be/src/vec/CMakeLists.txt                          |   1 +
 be/src/vec/runtime/vfile_result_writer.cpp         |  30 +-
 be/src/vec/runtime/vfile_result_writer.h           |  13 +-
 be/src/vec/runtime/vorc_writer.cpp                 | 481 +++++++++++++++++++++
 be/src/vec/runtime/vorc_writer.h                   |  91 ++++
 be/src/vec/runtime/vparquet_writer.cpp             |   7 +-
 be/src/vec/runtime/vparquet_writer.h               |  38 +-
 .../org/apache/doris/analysis/OutFileClause.java   | 204 +++++++++
 gensrc/thrift/DataSinks.thrift                     |   1 +
 10 files changed, 838 insertions(+), 32 deletions(-)
 create mode 100644 be/src/vec/runtime/vorc_writer.cpp
 create mode 100644 be/src/vec/runtime/vorc_writer.h


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to