This is an automated email from the ASF dual-hosted git repository.
morrysnow pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from 7b9ba18f620 [fix](prepare statement)Allow all commands and queries to
execute prepare command. (#55622)
add fb26e4385af [fix](nereids) fix execute err which throw eq function not
exist exception when join reorder (#54953)
No new revisions were added by this update.
Summary of changes:
.../rules/exploration/join/JoinCommute.java | 8 +-
.../exploration/join/OuterJoinAssocProject.java | 3 +
.../exploration/join/OuterJoinLAsscomProject.java | 3 +
.../nereids/rules/rewrite/AdjustNullable.java | 50 ++++++++--
.../org/apache/doris/nereids/util/JoinUtils.java | 21 +++++
.../rules/exploration/join/JoinCommuteTest.java | 50 ++++++++++
.../join/OuterJoinAsscomProjectTest.java | 105 +++++++++++++++++++++
.../join/OuterJoinLAsscomProjectTest.java | 61 ++++++++++++
8 files changed, 289 insertions(+), 12 deletions(-)
create mode 100644
fe/fe-core/src/test/java/org/apache/doris/nereids/rules/exploration/join/OuterJoinAsscomProjectTest.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]