This is an automated email from the ASF dual-hosted git repository.

gabriellee pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


    from d7e0a52bde [typo](doc)correct the misspelled word and the improper 
word (#20149)
     add 55ccddb62c [Conf](decimalv3) enable decimalv3 by default

No new revisions were added by this update.

Summary of changes:
 be/src/vec/exec/scan/vscan_node.cpp                |    4 +-
 .../main/java/org/apache/doris/common/Config.java  |    4 +-
 .../doris/analysis/LambdaFunctionCallExpr.java     |    9 +
 .../test_create_table_with_bloom_filter.out        |    8 +-
 .../test_cast_double_to_decimal.out                |   28 +-
 .../scalar_types/sql/infomation_schema.out         |    2 +-
 regression-test/data/export/test_struct_export.out |  Bin 475 -> 469 bytes
 .../data/index_p0/test_bitmap_index.out            |    6 +-
 .../test_decimal_bitmap_index_multi_page.out       |    3 +-
 regression-test/data/insert_p0/insert.out          |  360 +--
 .../data/insert_p0/test_struct_insert.out          |  Bin 450 -> 444 bytes
 .../data/inverted_index_p0/test_bitmap_index.out   |    6 +-
 .../data/inverted_index_p0/test_inverted_index.out |    6 +-
 .../data/load/insert/test_array_insert.out         |   12 +-
 .../data/load_p0/broker_load/test_array_load.out   |   64 +-
 .../load_p0/stream_load/test_parquet_orc_case.out  |    6 +-
 .../data/load_p0/stream_load/test_stream_load.out  |   34 +-
 regression-test/data/nereids_arith_p0/date.out     |  768 ++---
 regression-test/data/nereids_arith_p0/decimal.out  | 2976 ++++++++++----------
 regression-test/data/nereids_arith_p0/integer.out  | 1152 ++++----
 .../operator/test_arithmetic_operators.out         |  134 +-
 .../nereids_p0/show/test_array_show_create.out     |    2 +-
 .../conditional_functions/test_coalesce.out        |  120 +-
 .../conditional_functions/test_nullif.out          |   12 +-
 .../data/nereids_p0/union/test_union.out           |   90 +-
 .../test_arithmetic_operators.out                  |  126 +-
 .../nereids_tpcds_shape_sf100_p0/shape/query21.out |    2 +-
 .../nereids_tpcds_shape_sf100_p0/shape/query23.out |    4 +-
 .../nereids_tpcds_shape_sf100_p0/shape/query44.out |    4 +-
 .../nereids_tpcds_shape_sf100_p0/shape/query6.out  |    2 +-
 .../nereids_tpcds_shape_sf100_p0/shape/query75.out |    2 +-
 .../nereids_tpch_shape_sf1000_p0/shape/q11.out     |    2 +-
 .../nereids_tpch_shape_sf1000_p0/shape/q17.out     |    2 +-
 .../nereids_tpch_shape_sf1000_p0/shape/q18.out     |    2 +-
 .../data/nereids_tpch_shape_sf1000_p0/shape/q2.out |    2 +-
 .../nereids_tpch_shape_sf1000_p0/shape/q20.out     |    2 +-
 .../nereids_tpch_shape_sf1000_p0/shape/q22.out     |    2 +-
 .../data/nereids_tpch_shape_sf1000_p0/shape/q6.out |    2 +-
 .../data/nereids_tpch_shape_sf1_p0/shape/q11.out   |    2 +-
 .../data/nereids_tpch_shape_sf1_p0/shape/q17.out   |    2 +-
 .../data/nereids_tpch_shape_sf1_p0/shape/q18.out   |    2 +-
 .../data/nereids_tpch_shape_sf1_p0/shape/q2.out    |    2 +-
 .../data/nereids_tpch_shape_sf1_p0/shape/q20.out   |    2 +-
 .../data/nereids_tpch_shape_sf1_p0/shape/q22.out   |    2 +-
 .../data/nereids_tpch_shape_sf1_p0/shape/q6.out    |    2 +-
 .../data/nereids_tpch_shape_sf500_p0/shape/q11.out |    2 +-
 .../data/nereids_tpch_shape_sf500_p0/shape/q17.out |    2 +-
 .../data/nereids_tpch_shape_sf500_p0/shape/q18.out |    2 +-
 .../data/nereids_tpch_shape_sf500_p0/shape/q2.out  |    2 +-
 .../data/nereids_tpch_shape_sf500_p0/shape/q20.out |    2 +-
 .../data/nereids_tpch_shape_sf500_p0/shape/q22.out |    2 +-
 .../data/nereids_tpch_shape_sf500_p0/shape/q6.out  |    2 +-
 .../data/query_p0/show/test_array_show_create.out  |    2 +-
 .../data/query_p0/show/test_struct_show_create.out |    2 +-
 .../test_aggregate_histogram.out                   |   10 +-
 .../test_array_functions_by_literal.out            |   36 +-
 .../array_functions/test_array_last.out            |    2 +-
 .../array_functions/test_array_with_scale_type.out |   44 +-
 .../cast_function/test_cast_function.out           |    6 +-
 .../cast_function/test_cast_string_to_array.out    |    4 +-
 .../conditional_functions/test_query_in.out        |    7 -
 .../struct_functions/test_struct_functions.out     |  Bin 752 -> 728 bytes
 .../test_struct_functions_by_literal.out           |    4 +-
 .../window_functions/test_window_function.out      |   99 +-
 regression-test/data/query_p0/union/test_union.out |   90 +-
 .../data/query_p0/union/test_union_decimal_agg.out |    2 +-
 regression-test/data/statistics/analyze_stats.out  |   14 +-
 .../data/tpch_unique_sql_zstd_p0/sql/q01.out       |    8 +-
 .../data/tpch_unique_sql_zstd_p0/sql/q08.out       |    4 +-
 .../data/tpch_unique_sql_zstd_p0/sql/q14.out       |    2 +-
 .../orderByNonProjectedAggregate_order.out         |   10 +-
 .../duplicate/storage/test_dup_tab_decimal.groovy  |   28 +-
 .../storage/test_dup_tab_decimal_nullable.groovy   |   24 +-
 regression-test/suites/insert_p0/ddl/datatype.sql  |    2 +-
 .../suites/insert_p0/ddl/mutable_datatype.sql      |    2 +-
 .../suites/insert_p0/test_struct_insert.groovy     |    8 +-
 .../suites/nereids_p0/aggregate/aggregate.groovy   |    4 +-
 .../conditional_functions/test_nullif.groovy       |    2 +-
 .../sql_functions/test_arith_functions.groovy      |    2 +-
 .../test_width_bucket_function.groovy              |    2 +-
 .../suites/nereids_syntax_p0/explain.groovy        |    2 +-
 .../test_dup_tab_decimal_nullable.groovy           |   24 +-
 .../nereids_tpch_shape_sf1000_p0/load.groovy       |   18 +-
 .../suites/query_p0/aggregate/aggregate.groovy     |    4 +-
 .../cast_function/test_cast_string_to_array.groovy |    4 +-
 .../conditional_functions/test_nullif.groovy       |    2 +-
 .../conditional_functions/test_query_in.groovy     |   12 +-
 .../struct_functions/test_struct_functions.groovy  |    2 +-
 .../test_width_bucket_function.groovy              |    2 +-
 89 files changed, 3216 insertions(+), 3262 deletions(-)


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

Reply via email to