You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by da...@apache.org on 2023/06/25 09:45:39 UTC

[doris] branch master updated (771b0cbb4c -> 46f0295b78)

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

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


    from 771b0cbb4c [fix](stats) Update analyze task execute time (#21026)
     add 46f0295b78 [feature](load-refactor-with-tvf) S3 load with S3 tvf and native insert (#19937)

No new revisions were added by this update.

Summary of changes:
 fe/fe-core/pom.xml                                 |   8 +-
 .../org/apache/doris/analysis/DataDescription.java |  10 +
 .../apache/doris/analysis/ImportColumnDesc.java    |   4 +
 .../apache/doris/analysis/NativeInsertStmt.java    |  36 +-
 .../org/apache/doris/analysis/S3TvfLoadStmt.java   | 423 +++++++++++++++++++++
 .../java/org/apache/doris/analysis/SelectStmt.java |   5 +
 .../org/apache/doris/analysis/UnifiedLoadStmt.java |  13 +-
 .../java/org/apache/doris/qe/StmtExecutor.java     |   7 +-
 .../ExternalFileTableValuedFunction.java           |   6 +-
 .../doris/tablefunction/S3TableValuedFunction.java |  27 +-
 .../apache/doris/analysis/S3TvfLoadStmtTest.java   | 245 ++++++++++++
 .../load_p2/broker_load/test_broker_load.groovy    |  63 ---
 .../broker_load/test_tvf_based_broker_load.groovy  | 328 ++++++++++++++++
 13 files changed, 1075 insertions(+), 100 deletions(-)
 create mode 100644 fe/fe-core/src/main/java/org/apache/doris/analysis/S3TvfLoadStmt.java
 create mode 100644 fe/fe-core/src/test/java/org/apache/doris/analysis/S3TvfLoadStmtTest.java
 create mode 100644 regression-test/suites/load_p2/broker_load/test_tvf_based_broker_load.groovy


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