This is an automated email from the ASF dual-hosted git repository.
zhangchen pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from dbc2b081d7a [fix](Nereids) could not do partition prunning when
predicates is NULL (#28294)
add 0868526f6a2 [fix](sequence column) fix update fail on nereids planner
(#28031)
No new revisions were added by this update.
Summary of changes:
.../doris/nereids/analyzer/UnboundTableSink.java | 29 ++-
.../doris/nereids/parser/LogicalPlanBuilder.java | 3 +-
.../doris/nereids/rules/analysis/BindSink.java | 13 +-
...ogicalOlapTableSinkToPhysicalOlapTableSink.java | 2 +-
.../trees/plans/commands/DeleteCommand.java | 3 +-
.../trees/plans/commands/InsertExecutor.java | 7 +-
.../plans/commands/InsertIntoTableCommand.java | 3 +-
.../commands/InsertOverwriteTableCommand.java | 2 +-
.../nereids/trees/plans/commands/LoadCommand.java | 3 +-
.../trees/plans/commands/UpdateCommand.java | 3 +-
...leColumnDefinition.java => DMLCommandType.java} | 35 ++-
.../trees/plans/logical/LogicalOlapTableSink.java | 29 ++-
.../plans/physical/PhysicalOlapTableSink.java | 31 +--
.../unique/test_unique_table_new_sequence.out | 71 ++++++
.../unique/test_unique_table_sequence.out | 61 +++++
.../unique/test_unique_table_new_sequence.groovy | 263 +++++++++----------
.../unique/test_unique_table_sequence.groovy | 284 ++++++++++-----------
17 files changed, 497 insertions(+), 345 deletions(-)
copy
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/commands/info/{SimpleColumnDefinition.java
=> DMLCommandType.java} (67%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]