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 8e2146f48c [Enhencement](Export) support export with outfile syntax
(#18325)
add 668c681fbc [Fix](Nereids) Check bound status in analyze straight
after bounding (#18581)
No new revisions were added by this update.
Summary of changes:
.../doris/nereids/analyzer/NereidsAnalyzer.java | 4 ++
.../org/apache/doris/nereids/rules/RuleType.java | 1 +
.../nereids/rules/analysis/CheckAnalysis.java | 24 +++----
.../doris/nereids/rules/analysis/CheckBound.java | 74 ++++++++++++++++++++++
.../rules/analysis/BindSlotReferenceTest.java | 2 +-
.../nereids_p0/except/test_bound_exception.groovy | 55 ++++++++++++++++
6 files changed, 148 insertions(+), 12 deletions(-)
create mode 100644
fe/fe-core/src/main/java/org/apache/doris/nereids/rules/analysis/CheckBound.java
create mode 100644
regression-test/suites/nereids_p0/except/test_bound_exception.groovy
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]