You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by mo...@apache.org on 2021/04/24 09:42:05 UTC

[incubator-doris] branch master updated (a1fa392 -> 29a3fa1)

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/incubator-doris.git.


    from a1fa392  [Doc] Missing sidebar of flink connector doc (#5695)
     add 29a3fa1  [Feature] Support read data with format of parquet from hdfs, using libhdfs3 (#5686)

No new revisions were added by this update.

Summary of changes:
 be/CMakeLists.txt                                  |  16 ++
 be/src/exec/CMakeLists.txt                         |   1 +
 be/src/exec/broker_scanner.cpp                     |  15 ++
 be/src/exec/hdfs_file_reader.cpp                   | 195 +++++++++++++++++++++
 .../{local_file_reader.h => hdfs_file_reader.h}    |  18 +-
 be/src/exec/parquet_scanner.cpp                    |  15 ++
 gensrc/thrift/PlanNodes.thrift                     |  16 ++
 thirdparty/build-thirdparty.sh                     |  48 +++++
 thirdparty/download-thirdparty.sh                  |   8 +
 thirdparty/patches/libhdfs3-master.patch           | 104 +++++++++++
 thirdparty/vars.sh                                 |  30 +++-
 11 files changed, 459 insertions(+), 7 deletions(-)
 create mode 100644 be/src/exec/hdfs_file_reader.cpp
 copy be/src/exec/{local_file_reader.h => hdfs_file_reader.h} (83%)
 create mode 100644 thirdparty/patches/libhdfs3-master.patch

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