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

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


    from 01d4494928 [dependency][enhancement] support build libhdfs in arm cpus 
(#10018)
     new a0256f3ebd [feature] Support read hive external table and outfile into 
HDFS that authenticated by kerberos (#9579)
     new 2ee25d31a0 [deps] upgrade fabric8 k8s client to compitable new k8s 
cluster (#9933)

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 be/src/exec/CMakeLists.txt                         |  1 +
 be/src/exec/hdfs_builder.cpp                       | 78 ++++++++++++++++++++
 .../{assert_num_rows_node.h => hdfs_builder.h}     | 32 ++++----
 be/src/exec/hdfs_file_reader.cpp                   | 31 ++------
 be/src/exec/hdfs_file_reader.h                     |  6 +-
 be/src/exec/hdfs_writer.cpp                        | 85 +++++++++-------------
 be/src/exec/hdfs_writer.h                          | 12 ++-
 dist/LICENSE-dist.txt                              |  6 +-
 fe/fe-core/pom.xml                                 |  5 --
 .../org/apache/doris/analysis/OutFileClause.java   | 14 +++-
 .../SetType.java => catalog/AuthType.java}         | 52 ++++++-------
 .../doris/catalog/HiveMetaStoreClientHelper.java   | 13 ++++
 .../java/org/apache/doris/catalog/HiveTable.java   | 48 ++++++++++--
 .../org/apache/doris/common/util/BrokerUtil.java   | 57 +++++++++------
 .../org/apache/doris/planner/BrokerScanNode.java   |  3 +
 .../org/apache/doris/planner/HiveScanNode.java     |  2 +-
 .../org/apache/doris/catalog/HiveTableTest.java    |  4 +-
 fe/pom.xml                                         | 10 +--
 gensrc/thrift/PlanNodes.thrift                     |  7 +-
 19 files changed, 282 insertions(+), 184 deletions(-)
 create mode 100644 be/src/exec/hdfs_builder.cpp
 copy be/src/exec/{assert_num_rows_node.h => hdfs_builder.h} (58%)
 copy fe/fe-core/src/main/java/org/apache/doris/{analysis/SetType.java => 
catalog/AuthType.java} (54%)


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

Reply via email to