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/14 03:00:32 UTC

[doris] branch master updated (c704351273 -> e6b0e05840)

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 c704351273 [enhancement](memory) Refactor memory limit exceeded behavior (#18590)
     add e6b0e05840 [fix](Nerieds) Fix some bugs in binding and type coercion (#18548)

No new revisions were added by this update.

Summary of changes:
 .../doris/nereids/jobs/batch/NereidsRewriter.java  |  5 +++
 .../processor/pre/EliminateLogicalSelectHint.java  |  9 +++++-
 .../org/apache/doris/nereids/rules/RuleType.java   |  1 +
 .../nereids/rules/analysis/BindExpression.java     |  5 ++-
 .../doris/nereids/rules/analysis/SlotBinder.java   |  2 +-
 .../expression/rules/FoldConstantRuleOnFE.java     |  3 +-
 .../doris/nereids/util/TypeCoercionUtils.java      | 21 ++++++++++--
 .../suites/nereids_syntax_p0/bind_priority.groovy  | 37 ++++++++++++++++++++++
 .../suites/nereids_syntax_p0/type_cast.groovy      |  8 +++++
 9 files changed, 83 insertions(+), 8 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org