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

yiguolei pushed a change to branch auto-pick-44960-branch-2.1
in repository https://gitbox.apache.org/repos/asf/doris.git


 discard bb949226367 [fix](mtmv) Fixed an error in setting variables in nested 
materialize views (#44960)
     add fa633d751dc [pick](branch-2.1) pick #44489 #44894 (#45024)
     add 11c517fe1ec [enhancement][docker]update routine docker file (#45048)
     add 405b50b1b7a [Improvement](queue) Return value of concurrent queue 
should be proce… (#45032)
     add a98cb8c8bff branch-2.1: [fix](arrow-flight-sql) Fix query result is 
empty and not return query error message #45023 (#45053)
     add 041a1fe0958 branch-2.1: [fix](nereids) fix compare with long min for 
simplify comparison rule (#44922)
     add a67bbf3c586 branch-2.1: [Fix](job)Fix CAS competition failure leading 
to message publishing failure. #45018 (#45030)
     add ed51fceb5f6 [fix](mtmv) Fixed an error in setting variables in nested 
materialize views (#44960)

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (bb949226367)
            \
             N -- N -- N   refs/heads/auto-pick-44960-branch-2.1 (ed51fceb5f6)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .../pipeline_x/local_exchange/local_exchanger.h    | 14 ++++++-
 be/src/runtime/buffer_control_block.cpp            | 20 +++++++---
 .../arrow_flight/arrow_flight_batch_reader.cpp     |  2 +-
 be/src/vec/exec/scan/scanner_context.cpp           |  5 ++-
 docker/thirdparties/run-thirdparties-docker.sh     |  4 +-
 .../apache/doris/job/disruptor/TaskDisruptor.java  | 11 +++++-
 .../apache/doris/job/scheduler/JobScheduler.java   |  4 +-
 .../rules/SimplifyComparisonPredicate.java         | 10 +++--
 .../arrowflight/FlightSqlConnectProcessor.java     |  2 +-
 .../data/arrow_flight_sql_p0/test_select.out       |  8 ++++
 regression-test/framework/pom.xml                  |  1 +
 .../org/apache/doris/regression/Config.groovy      | 14 ++++---
 .../doris/regression/suite/SuiteContext.groovy     |  2 +-
 .../suites/arrow_flight_sql_p0/test_select.groovy  | 43 ++++++++++++++++++++++
 .../query_p0/aggregate/aggregate_count1.groovy     |  2 +-
 .../query_p0/aggregate/select_distinct.groovy      |  2 +-
 .../join_with_column_casesensetive.groovy          |  2 +-
 .../suites/query_p0/cast/test_cast.groovy          |  2 +-
 .../query_p0/except/test_query_except.groovy       |  2 +-
 .../query_p0/group_concat/test_group_concat.groovy |  2 +-
 .../grouping_sets/test_grouping_sets1.groovy       |  2 +-
 .../suites/query_p0/having/having.groovy           |  2 +-
 .../query_p0/intersect/test_intersect.groovy       |  2 +-
 .../suites/query_p0/join/test_join2.groovy         |  2 +-
 .../suites/query_p0/join/test_left_join1.groovy    |  2 +-
 .../join/test_nestedloop_outer_join.groovy         |  2 +-
 .../join/test_partitioned_hash_join.groovy         |  2 +-
 .../query_p0/lateral_view/lateral_view.groovy      |  2 +-
 .../query_p0/limit/OffsetInSubqueryWithJoin.groovy |  2 +-
 .../query_p0/literal_view/lietral_test.groovy      |  2 +-
 .../query_p0/operator/test_set_operator.groovy     |  2 +-
 .../query_p0/operator/test_sort_operator.groovy    |  2 +-
 .../session_variable/test_default_limit.groovy     |  2 +-
 .../query_p0/show/test_show_create_table.groovy    |  2 +-
 .../test_aggregate_all_functions.groovy            |  2 +-
 .../case_function/test_case_function_null.groovy   |  2 +-
 .../hash_functions/test_hash_function.groovy       |  2 +-
 .../ip_functions/test_ip_functions.groovy          |  2 +-
 .../json_function/test_query_json_insert.groovy    |  2 +-
 .../json_functions/test_json_function.groovy       |  2 +-
 .../sql_functions/math_functions/test_conv.groovy  |  2 +-
 .../test_multi_string_search.groovy                |  2 +-
 .../spatial_functions/test_gis_function.groovy     |  2 +-
 .../string_functions/test_string_function.groovy   |  2 +-
 .../table_function/explode_split.groovy            |  2 +-
 .../sql_functions/test_alias_function.groovy       |  2 +-
 .../query_p0/sql_functions/test_predicate.groovy   |  2 +-
 .../test_width_bucket_function.groovy              |  2 +-
 .../suites/query_p0/subquery/test_subquery2.groovy |  2 +-
 .../suites/query_p0/test_data_type_marks.groovy    |  2 +-
 .../suites/query_p0/test_dict_with_null.groovy     |  2 +-
 .../query_p0/test_orderby_nullliteral.groovy       |  2 +-
 .../suites/query_p0/test_select_constant.groovy    |  2 +-
 .../test_select_with_predicate_like.groovy         |  2 +-
 .../test_select_with_predicate_prune.groovy        |  2 +-
 .../query_p0/type_inference/test_largeint.groovy   |  2 +-
 .../with/test_with_and_two_phase_agg.groovy        |  2 +-
 57 files changed, 159 insertions(+), 67 deletions(-)
 create mode 100644 regression-test/data/arrow_flight_sql_p0/test_select.out
 create mode 100644 
regression-test/suites/arrow_flight_sql_p0/test_select.groovy


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

Reply via email to