This is an automated email from the ASF dual-hosted git repository. lijibing pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
from 735b898d041 [fix](lock) Fix `~VDataStreamMgr` lock _receiver_map (#48057) add 4a2b55de547 [fix](nereids)Support negative partition range value and negative column default value. (#48297) 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