This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
from 2674e222544 [fix](nereids)SimplifyRange didn't process NULL value correctly (#32854) add c20864ff4c7 [fix](plsql) Fix plsql variable initialization (#33186) No new revisions were added by this update. Summary of changes: .../antlr4/org/apache/doris/nereids/PLLexer.g4 | 4 - .../antlr4/org/apache/doris/nereids/PLParser.g4 | 2 +- .../src/main/java/org/apache/doris/plsql/Exec.java | 6 -- .../doris/plsql/executor/DorisRowResult.java | 2 +- .../test_plsql_variable.out} | 2 +- .../suites/plsql_p0/test_plsql_loop_cursor.groovy | 7 ++ .../suites/plsql_p0/test_plsql_variable.groovy | 110 +++++++++++++++++++++ 7 files changed, 120 insertions(+), 13 deletions(-) copy regression-test/data/{query_p0/test_compound_predicate_constant_child.out => plsql_p0/test_plsql_variable.out} (96%) create mode 100644 regression-test/suites/plsql_p0/test_plsql_variable.groovy --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org