This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a change to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git
from aa9a7ef5e64 branch-3.0: [enhance](auth)The priority of attributes is higher than session variā¦ (#48548) add 9c95d0d8f90 branch-3.0: [fix](nereids)Support negative partition range value and negative column default value. #48297 (#48421) No new revisions were added by this update. Summary of changes: .../antlr4/org/apache/doris/nereids/DorisParser.g4 | 4 +- .../doris/nereids/parser/LogicalPlanBuilder.java | 15 +++++- .../partition_p0/test_negative_partition_value.out | Bin 0 -> 375 bytes .../test_negative_default_column_value.out} | Bin 141 -> 143 bytes .../test_negative_partition_value.groovy | 58 +++++++++++++++++++++ .../test_negative_default_column_value.groovy} | 22 +++++--- 6 files changed, 87 insertions(+), 12 deletions(-) create mode 100644 regression-test/data/partition_p0/test_negative_partition_value.out copy regression-test/data/{bloom_filter_p0/test_bloom_filter_drop_column.out => table_p0/test_negative_default_column_value.out} (67%) create mode 100644 regression-test/suites/partition_p0/test_negative_partition_value.groovy copy regression-test/suites/{nereids_syntax_p0/order_by_const.groovy => table_p0/test_negative_default_column_value.groovy} (59%) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org