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

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


    omit 5a8c0298bd2 [fix](backup) filter the staled task response by job id 
(#47416)
     add 631d1f43cf7  [Chore](profile) add some profile on ReaderInit #45556  
(#47427)
     add 803d3a1545c Revert "[fix](date_function) fix str_to_date function 
return wrong microsecond issue" (#47441)
     add af55eba2424 branch-2.1: [opt](hive docker)Exit on creating table 
failed #47390 (#47453)
     add 2334b2a513a [fix](hive) Incorrect location conversion for target path 
for 2.1 (#47162) (#47343)
     add 13e88b8a152 branch-2.1: [Fix](test) test_cumu_compaction_with_delete 
case should be nonConcurrent #47372 (#47448)
     add 6b489b023ba [fix](backup) filter the staled task response by job id 
(#47416)

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   (5a8c0298bd2)
            \
             N -- N -- N   refs/heads/auto-pick-47416-branch-2.1 (6b489b023ba)

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:
 be/src/olap/olap_common.h                          |  24 ++++++
 be/src/olap/rowset/beta_rowset_reader.cpp          |  19 +++--
 be/src/olap/rowset/segment_v2/segment.cpp          |  24 ++++--
 be/src/olap/rowset/segment_v2/segment.h            |   6 +-
 be/src/olap/rowset/segment_v2/segment_iterator.cpp |  10 ++-
 be/src/olap/tablet.cpp                             |   4 +-
 be/src/olap/tablet_reader.cpp                      |   7 ++
 be/src/pipeline/exec/olap_scan_operator.cpp        |  41 ++++++++++
 be/src/pipeline/exec/olap_scan_operator.h          |  27 +++++++
 be/src/vec/exec/scan/new_olap_scanner.cpp          |  43 +++++++++++
 be/src/vec/olap/block_reader.cpp                   |  57 ++++++++------
 be/src/vec/olap/vgeneric_iterators.cpp             |   5 +-
 .../docker-compose/hive/hive-2x.yaml.tpl           |   3 +
 .../docker-compose/hive/hive-3x.yaml.tpl           |   3 +
 .../partition_location_1/create_table.hql          |   3 +-
 .../partition_location_2/create_table.hql          |   1 +
 .../data/regression/crdmm_data/create_table.hql    |   2 +-
 .../docker-compose/hive/scripts/hive-metastore.sh  |  28 +++----
 .../org/apache/doris/analysis/DateLiteral.java     |  12 +--
 .../apache/doris/analysis/FunctionCallExpr.java    |   6 +-
 .../org/apache/doris/common/util/LocationPath.java |   2 +-
 .../executable/DateTimeExtractAndTransform.java    |   4 +-
 .../expressions/functions/scalar/StrToDate.java    |   3 +-
 .../org/apache/doris/planner/HiveTableSink.java    |   4 +-
 .../apache/doris/planner/HiveTableSinkTest.java    |   1 +
 .../array_functions/test_array_with_scale_type.out | Bin 7864 -> 7860 bytes
 .../test_cumu_compaction_with_delete.groovy        |   2 +-
 .../jdbc/test_oracle_jdbc_catalog.groovy           |   2 +-
 .../test_date_function_v2.groovy                   |  84 ---------------------
 29 files changed, 255 insertions(+), 172 deletions(-)
 delete mode 100644 
regression-test/suites/nereids_p0/sql_functions/datetime_functions/test_date_function_v2.groovy


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

Reply via email to