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 4b6552e929 [fix](regression) create table failed in 'map_agg' (#24030)
add f0bd2c9c53 [opt](Nereids) optimize error msg of unbound slot (#23933)
No new revisions were added by this update.
Summary of changes:
.../apache/doris/nereids/analyzer/UnboundSlot.java | 5 ++
.../doris/nereids/jobs/executor/Analyzer.java | 4 +-
.../org/apache/doris/nereids/rules/RuleType.java | 1 -
.../nereids/rules/analysis/BindExpression.java | 70 ++++++++++++----------
.../{CheckBound.java => CheckAfterBind.java} | 35 +----------
.../rules/analysis/BindSlotReferenceTest.java | 22 +++----
.../nereids/rules/analysis/CheckAnalysisTest.java | 13 ----
.../nereids_p0/except/test_bound_exception.groovy | 15 ++---
.../suites/nereids_syntax_p0/bind_priority.groovy | 2 +-
9 files changed, 64 insertions(+), 103 deletions(-)
rename
fe/fe-core/src/main/java/org/apache/doris/nereids/rules/analysis/{CheckBound.java
=> CheckAfterBind.java} (64%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]