You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by ga...@apache.org on 2023/01/17 04:21:53 UTC

[doris] branch master updated (7d34512501 -> d062ca2944)

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 7d34512501 [Bug](pipeline) Fix DCHECK failure (#15928)
     add d062ca2944 [refactor](vectorized) remove unnecessary vectorization check (#15984)

No new revisions were added by this update.

Summary of changes:
 be/src/exec/exec_node.cpp                                        | 7 -------
 be/src/pipeline/pipeline_fragment_context.cpp                    | 6 ------
 be/src/vec/exprs/vectorized_fn_call.cpp                          | 9 ---------
 be/test/vec/exec/vbroker_scan_node_test.cpp                      | 1 -
 be/test/vec/exec/vbroker_scanner_test.cpp                        | 1 -
 be/test/vec/exec/vjson_scanner_test.cpp                          | 1 -
 be/test/vec/exec/vorc_scanner_test.cpp                           | 1 -
 be/test/vec/exec/vparquet_scanner_test.cpp                       | 1 -
 .../src/main/java/org/apache/doris/qe/SessionVariable.java       | 5 ++---
 .../suites/datatype_p0/date/test_from_unixtime.groovy            | 1 -
 regression-test/suites/load/insert/test_array_insert.groovy      | 1 -
 .../suites/nereids_syntax_p0/aggregate_strategies.groovy         | 1 -
 regression-test/suites/nereids_syntax_p0/array_function.groovy   | 1 -
 regression-test/suites/nereids_syntax_p0/group_bit.groovy        | 1 -
 regression-test/suites/nereids_syntax_p0/group_concat.groovy     | 1 -
 regression-test/suites/nereids_syntax_p0/lateral_view.groovy     | 1 -
 regression-test/suites/nereids_syntax_p0/mask_function.groovy    | 3 +--
 .../suites/nereids_syntax_p0/null_aware_left_anti_join.groovy    | 1 -
 regression-test/suites/nereids_syntax_p0/select_partition.groovy | 1 -
 regression-test/suites/nereids_syntax_p0/set_operation.groovy    | 1 -
 .../suites/nereids_syntax_p0/sub_query_count_with_const.groovy   | 1 -
 .../suites/nereids_syntax_p0/test_arithmetic_operators.groovy    | 1 -
 .../suites/nereids_syntax_p0/test_bitmap_function_nereids.groovy | 1 -
 .../suites/nereids_syntax_p0/test_case_function.groovy           | 1 -
 regression-test/suites/nereids_syntax_p0/test_join3.groovy       | 1 -
 .../suites/nereids_syntax_p0/test_query_between.groovy           | 1 -
 .../suites/nereids_syntax_p0/test_time_lut_nereids.groovy        | 1 -
 regression-test/suites/query_p0/aggregate/aggregate.groovy       | 1 -
 .../query_p0/aggregate/aggregate_group_by_metric_type.groovy     | 1 -
 .../suites/query_p0/join/test_runtimefilter_on_datev2.groovy     | 1 -
 regression-test/suites/query_p0/keyword/test_keyword.groovy      | 1 -
 .../aggregate_functions/test_aggregate_histogram.groovy          | 2 --
 .../aggregate_functions/test_approx_count_distinct.groovy        | 1 -
 .../conditional_functions/test_conditional_function.groovy       | 1 -
 .../query_p0/sql_functions/math_functions/test_round.groovy      | 1 -
 .../width_bucket_fuctions/test_width_bucket_function.groovy      | 2 --
 regression-test/suites/query_p0/union/test_union.groovy          | 1 -
 .../query_p1/return_binaray/test_return_binaray_hll.groovy       | 2 --
 .../query_p1/return_binaray/test_return_binary_bitmap.groovy     | 2 --
 39 files changed, 3 insertions(+), 65 deletions(-)


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