This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a change to branch branch-2.1
in repository https://gitbox.apache.org/repos/asf/doris.git
from 9bb37e3616a [Bug](runtime-filter) try to fix DCHECK fail on
_acquire_runtime_filter (#37805)
add 2c4b5519e97 [cherry-pick](branch-2.1) let insert statement support CTE
(#36150) (#36265)
No new revisions were added by this update.
Summary of changes:
.../antlr4/org/apache/doris/nereids/DorisParser.g4 | 2 +-
.../doris/nereids/parser/LogicalPlanBuilder.java | 13 ++--
.../trees/plans/commands/CreateTableCommand.java | 3 +-
.../plans/commands/DeleteFromUsingCommand.java | 4 +-
.../nereids/trees/plans/commands/LoadCommand.java | 2 +-
.../trees/plans/commands/UpdateCommand.java | 4 +-
.../plans/commands/UpdateMvByPartitionCommand.java | 2 +-
.../commands/insert/InsertIntoTableCommand.java | 7 ++-
.../insert/InsertOverwriteTableCommand.java | 11 +++-
.../insert_into_table/insert_cte.out} | 28 ++++++---
.../nereids_p0/insert_into_table/insert_cte.groovy | 70 ++++++++++++++++++++++
11 files changed, 120 insertions(+), 26 deletions(-)
copy regression-test/data/{query_p0/set/test_user_var.out =>
nereids_p0/insert_into_table/insert_cte.out} (77%)
create mode 100644
regression-test/suites/nereids_p0/insert_into_table/insert_cte.groovy
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]