You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by mo...@apache.org on 2023/04/20 10:50:23 UTC

[doris] branch master updated (8e2146f48c -> 668c681fbc)

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: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org