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 5d9c555dcf7 [minor](stats) Fix potential npe when loading stats 
(#27200)
     add 4b22fc14d50 [Feature](update) Support `update on current_timestamp` 
(#25884)

No new revisions were added by this update.

Summary of changes:
 .../Create/CREATE-TABLE.md                         |   7 +-
 .../Create/CREATE-TABLE.md                         |   7 +-
 .../antlr4/org/apache/doris/nereids/DorisParser.g4 |   3 +-
 .../main/java/org/apache/doris/catalog/Column.java |  36 +++-
 .../apache/doris/datasource/InternalCatalog.java   |  10 ++
 .../glue/translator/PhysicalPlanTranslator.java    |  22 ---
 .../doris/nereids/parser/LogicalPlanBuilder.java   |  18 +-
 .../doris/nereids/rules/analysis/BindSink.java     | 112 +++++++++---
 .../trees/plans/commands/UpdateCommand.java        |  10 +-
 .../plans/commands/info/ColumnDefinition.java      |  54 +++++-
 .../apache/doris/planner/StreamLoadPlanner.java    |   3 +
 .../update_on_current_timestamp.out                |  62 +++++++
 .../test_update_on_current_timestamp.out           |  29 +++
 .../update_on_current_timestamp1.csv               |   2 +
 .../update_on_current_timestamp2.csv               |   4 +
 .../update_on_current_timestamp3.csv               |   2 +
 .../update_on_current_timestamp.groovy             | 195 +++++++++++++++++++++
 .../test_update_on_current_timestamp.groovy        |  88 ++++++++++
 18 files changed, 605 insertions(+), 59 deletions(-)
 create mode 100644 
regression-test/data/nereids_p0/insert_into_table/update_on_current_timestamp.out
 create mode 100644 
regression-test/data/unique_with_mow_p0/partial_update/test_update_on_current_timestamp.out
 create mode 100644 
regression-test/data/unique_with_mow_p0/partial_update/update_on_current_timestamp1.csv
 create mode 100644 
regression-test/data/unique_with_mow_p0/partial_update/update_on_current_timestamp2.csv
 create mode 100644 
regression-test/data/unique_with_mow_p0/partial_update/update_on_current_timestamp3.csv
 create mode 100644 
regression-test/suites/nereids_p0/insert_into_table/update_on_current_timestamp.groovy
 create mode 100644 
regression-test/suites/unique_with_mow_p0/partial_update/test_update_on_current_timestamp.groovy


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

Reply via email to