This is an automated email from the ASF dual-hosted git repository.
dataroaring pushed a change to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/doris.git
from 2b8a5e84872 [fix](explain) fix NPE when explain verbose with partition
batch mode (#40969)
new 5115814d1d4 [enhance](mtmv)Optimize the logic of mtmv lock (#41010)
new 622391184c9 [fix](nereids)adjust conjunct's nullable info in
LogicalExternalRelation (#41014)
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../main/java/org/apache/doris/alter/Alter.java | 8 ---
.../main/java/org/apache/doris/catalog/MTMV.java | 2 +
.../java/org/apache/doris/mtmv/MTMVJobManager.java | 20 +++---
.../nereids/rules/rewrite/AdjustNullable.java | 12 ++++
.../nereids/rules/rewrite/AdjustNullableTest.java | 74 ++++++++++++++++++++++
5 files changed, 98 insertions(+), 18 deletions(-)
create mode 100644
fe/fe-core/src/test/java/org/apache/doris/nereids/rules/rewrite/AdjustNullableTest.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]