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.1
in repository https://gitbox.apache.org/repos/asf/doris.git
from 7e721f83642 branch-4.1: [fix](nereids) Fix DST spring-forward gap
handling in timestamptz literal #62945 (#62978)
add 123353ed6a0 [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]