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

airborne pushed a change to branch auto-pick-48389-branch-3.0
in repository https://gitbox.apache.org/repos/asf/doris.git


 discard e04f534289c [fix](index build) Correct inverted index behavior after 
dynamically adding a column (#48389)
     add b5937f512d0 branch-3.0: [fix](group commit) group commit support 
generated column #48538 (#48582)
     add 9b2e203ad11 branch-3.0: [opt](fe) Avoid load 
`retrying_service_config.json` multi times for class MetaServiceClient #48487 
(#48566)
     add 3b55eb56cef branch-3.0: [fix](jdbc test) fix some jdbc catalog test 
when cloud mode #48559 (#48584)
     add b51d3018258 branch-3.0-pick: [Opt](partial update) Add some cases for 
partial update #48161 (#48544)
     add 00ea4ad0df2 branch-3.0: [fix](p2) fix the failed of 
cold_heat_separation_p2 #48199 (#48516)
     add b1a11192072 branch-3.0: [fix](jdbc catalog) Use factory methods to 
return mapped types instead 2 #48541 (#48585)
     add 2dbfe9d95a7 [fix](index build) Correct inverted index behavior after 
dynamically adding a column (#48389)

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   (e04f534289c)
            \
             N -- N -- N   refs/heads/auto-pick-48389-branch-3.0 (2dbfe9d95a7)

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:
 .../apache/doris/cloud/rpc/MetaServiceClient.java  |  21 ++--
 .../datasource/jdbc/client/JdbcMySQLClient.java    |   5 +-
 .../doris/nereids/parser/LogicalPlanBuilder.java   |   1 +
 .../trees/plans/commands/insert/InsertUtils.java   |   3 +-
 .../insert_group_commit_with_large_data.out}       | Bin 203 -> 221 bytes
 .../partial_update/test_partial_update.out         | Bin 1839 -> 2031 bytes
 ...restart.out => test_partial_update_s3_load.out} | Bin 279 -> 363 bytes
 .../org/apache/doris/regression/suite/Suite.groovy |  19 ++++
 .../add_drop_partition.groovy                      |  18 ++--
 .../add_drop_partition_by_hdfs.groovy              |  16 +--
 .../create_table_use_dynamic_partition.groovy      |  16 +--
 ...eate_table_use_dynamic_partition_by_hdfs.groovy |  14 +--
 .../create_table_use_partition_policy.groovy       |  28 +++---
 ...reate_table_use_partition_policy_by_hdfs.groovy |  28 +++---
 .../create_table_use_policy.groovy                 |  20 ++--
 .../create_table_use_policy_by_hdfs.groovy         |  24 ++---
 .../load_colddata_to_hdfs.groovy                   |  12 +--
 .../modify_replica_use_partition.groovy            |  44 ++++-----
 .../modify_replica_use_partition_by_hdfs.groovy    |  44 ++++-----
 .../table_modify_resouce_and_policy.groovy         |  24 ++---
 .../table_modify_resouce_and_policy_by_hdfs.groovy |  24 ++---
 .../jdbc/test_mysql_jdbc_catalog.groovy            |  21 ++--
 .../ctas/test_mysql_all_types_ctas.groovy          |  12 ++-
 .../insert_group_commit_with_large_data.groovy     |  50 ++++++++--
 .../partial_update/test_partial_update.groovy      |  80 +++++++++++++++
 .../test_partial_update_s3_load.groovy             | 110 +++++++++++++++++++++
 26 files changed, 442 insertions(+), 192 deletions(-)
 copy regression-test/data/{clone_p0/test_decommission_mtmv.out => 
insert_p0/insert_group_commit_with_large_data.out} (57%)
 copy 
regression-test/data/unique_with_mow_p0/partial_update/{test_partial_update_conflict_be_restart.out
 => test_partial_update_s3_load.out} (53%)
 create mode 100644 
regression-test/suites/unique_with_mow_p0/partial_update/test_partial_update_s3_load.groovy


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

Reply via email to