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/doris.git
from b8a491565f5 [opt](parser) optimize parser perfermance of
STRING_LITERAL (#53644)
add e119109172e [opt](iceberg) support insert to branch (#52751)
No new revisions were added by this update.
Summary of changes:
.../antlr4/org/apache/doris/nereids/DorisParser.g4 | 6 +-
.../datasource/iceberg/IcebergTransaction.java | 52 ++++--
.../doris/nereids/parser/LogicalPlanBuilder.java | 8 +-
.../trees/plans/commands/CreateTableCommand.java | 4 +-
.../plans/commands/DeleteFromUsingCommand.java | 2 +-
.../trees/plans/commands/UpdateCommand.java | 2 +-
.../plans/commands/UpdateMvByPartitionCommand.java | 2 +-
.../insert/IcebergInsertCommandContext.java | 11 ++
.../commands/insert/IcebergInsertExecutor.java | 4 +-
.../commands/insert/InsertIntoTableCommand.java | 20 ++-
.../insert/InsertOverwriteTableCommand.java | 18 +-
.../org/apache/doris/planner/IcebergTableSink.java | 4 +-
.../datasource/iceberg/IcebergTransactionTest.java | 16 +-
.../iceberg/iceberg_branch_insert_data.out | Bin 0 -> 2980 bytes
.../iceberg/iceberg_branch_insert_data.groovy | 191 +++++++++++++++++++++
15 files changed, 300 insertions(+), 40 deletions(-)
create mode 100644
regression-test/data/external_table_p0/iceberg/iceberg_branch_insert_data.out
create mode 100644
regression-test/suites/external_table_p0/iceberg/iceberg_branch_insert_data.groovy
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]