This is an automated email from the ASF dual-hosted git repository.
zykkk pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from cdb1b341c7 [pipelineX](runtime filter) Support runtime filter (#24054)
add a27349c83a [fix](Export) Concatenation the outfile sql for Export
(#23635)
No new revisions were added by this update.
Summary of changes:
.../Manipulation/EXPORT.md | 2 -
.../Manipulation/EXPORT.md | 2 -
.../antlr4/org/apache/doris/nereids/DorisParser.g4 | 2 +-
.../java/org/apache/doris/analysis/BrokerDesc.java | 12 +-
.../org/apache/doris/analysis/BrokerLoadStmt.java | 5 +-
.../java/org/apache/doris/analysis/ExportStmt.java | 60 +-
.../java/org/apache/doris/analysis/LoadStmt.java | 5 +-
.../org/apache/doris/analysis/StorageBackend.java | 39 +-
.../main/java/org/apache/doris/catalog/Env.java | 8 +
.../main/java/org/apache/doris/load/ExportJob.java | 200 ++-
.../main/java/org/apache/doris/load/ExportMgr.java | 53 +-
.../org/apache/doris/load/ExportTaskExecutor.java | 39 +-
.../doris/nereids/parser/LogicalPlanBuilder.java | 24 +-
.../trees/plans/commands/ExportCommand.java | 327 +++-
.../java/org/apache/doris/persist/EditLog.java | 1 +
.../java/org/apache/doris/qe/StmtExecutor.java | 18 +-
.../tablefunction/HdfsTableValuedFunction.java | 4 +-
.../analysis/ExportToOutfileLogicalPlanTest.java | 462 ++++++
.../data/export_p0/test_export_basic.out | 169 +-
regression-test/data/export_p0/test_export_csv.out | 270 ----
.../export_p2/test_export_with_parallelism.out | 1633 ++++++++++++++++++++
.../suites/export_p0/test_export_basic.groovy | 140 +-
.../suites/export_p0/test_export_csv.groovy | 19 +-
.../suites/export_p0/test_export_data_types.groovy | 5 +
.../export_p0/test_export_empty_table.groovy | 5 +
.../suites/export_p0/test_export_orc.groovy | 5 +
.../suites/export_p0/test_export_parquet.groovy | 5 +
.../suites/export_p0/test_outfile_expr.groovy | 5 +
.../suites/export_p0/test_outfile_parquet.groovy | 5 +
.../suites/export_p0/test_outfile_separator.groovy | 5 +
.../suites/export_p2/test_export_big_data.groovy | 5 +
.../export_p2/test_export_max_file_size.groovy | 10 +-
.../suites/export_p2/test_export_with_hdfs.groovy | 5 +
.../export_p2/test_export_with_parallelism.groovy | 165 ++
.../suites/export_p2/test_export_with_s3.groovy | 4 +
.../test_outfile_orc_max_file_size.groovy | 5 +
36 files changed, 3213 insertions(+), 510 deletions(-)
create mode 100644
fe/fe-core/src/test/java/org/apache/doris/analysis/ExportToOutfileLogicalPlanTest.java
create mode 100644
regression-test/data/export_p2/test_export_with_parallelism.out
create mode 100644
regression-test/suites/export_p2/test_export_with_parallelism.groovy
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]