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 4839490bbde [Fix](compile) Fix be compile error (#53506)
add f7e2d3eae18 [fix](parser) parse string wrong when set
NO_BACKSLASH_ESCAPES sql mode (#53449)
No new revisions were added by this update.
Summary of changes:
.../antlr4/org/apache/doris/nereids/DorisLexer.g4 | 9 ++--
.../antlr4/org/apache/doris/nereids/DorisParser.g4 | 4 ++
.../doris/nereids/parser/LogicalPlanBuilder.java | 6 +++
.../apache/doris/nereids/parser/NereidsParser.java | 4 +-
.../doris/nereids/parser/NereidsParserTest.java | 60 ++++++++++++++++++++++
.../rules/expression/ExpressionRewriteTest.java | 4 +-
.../expression/SimplifyArithmeticRuleTest.java | 4 +-
.../rules/expression/SimplifyRangeTest.java | 2 +-
.../SimplifyArithmeticComparisonRuleTest.java | 4 +-
.../doris/nereids/rules/rewrite/OrToInTest.java | 2 +-
10 files changed, 86 insertions(+), 13 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]