This is an automated email from the ASF dual-hosted git repository.

github-actions[bot] pushed a change to branch auto-pick-62296-branch-4.0
in repository https://gitbox.apache.org/repos/asf/doris.git


    from 2671c085e41 [branch-4.0](variant) Fix compaction failure on no-key 
table with variant column uid=0 (#62656)
     add d5c3f03eba2 [fix](nereids) Allocate fresh ExprId for constants when 
pushing project into Union (#62296)

No new revisions were added by this update.

Summary of changes:
 .../rules/rewrite/PushProjectIntoUnion.java        |  16 +-
 .../rules/rewrite/PushProjectThroughUnion.java     |  17 +-
 .../rules/rewrite/PushProjectIntoUnionTest.java    | 133 ++++++++++++++++
 .../rules/rewrite/PushProjectThroughUnionTest.java | 122 +++++++++++++++
 .../set_operations/set_operation_exprid_reuse.out  |  44 ++++++
 .../set_operation_exprid_reuse.groovy              | 174 +++++++++++++++++++++
 6 files changed, 502 insertions(+), 4 deletions(-)
 create mode 100644 
fe/fe-core/src/test/java/org/apache/doris/nereids/rules/rewrite/PushProjectIntoUnionTest.java
 create mode 100644 
fe/fe-core/src/test/java/org/apache/doris/nereids/rules/rewrite/PushProjectThroughUnionTest.java
 create mode 100644 
regression-test/data/query_p0/set_operations/set_operation_exprid_reuse.out
 create mode 100644 
regression-test/suites/query_p0/set_operations/set_operation_exprid_reuse.groovy


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to