This is an automated email from the ASF dual-hosted git repository.
kirs pushed a change to branch auto-pick-51245-branch-3.0
in repository https://gitbox.apache.org/repos/asf/doris.git
from 5de66a4e48c fix
add 3426b30f5bc branch-3.0: [enhancement](txn lazy commit) Add more ut and
log for recycler about txn lazy commit #51310 (#51338)
add 0c38c57d3a0 branch-3.0 [fix](regression)unstable case
test_map_select_with_limit #50620 (#51305)
add bf67db243de branch-3.0: [fix](auto bucket) Configurable parameters for
partition size estimation and number of buckets in auto bucket #50566 (#51230)
add 5766047c616 branch-3.0: [fix](group commit) fix group commit with
schema change (#51144) (#51306)
add bfc2ba54576 [regression-test](case) move
test_group_commit_and_wal_back_pressure … (#51347)
add d7caf815d85 [fix](case) Fix profile case
adaptive_pipeline_task_serial_read_on_limit (#49667)
add 873d355bf56 [branch-3.0: [Fix](Catalog)Ensure
preExecutionAuthenticator is properly initialized (#51280)
add 48523c0172e branch-3.0: [fix](iceberg) fix the iceberg eq-delete
filter resize-fill bug. #51253 (#51315)
add ae89d93ac70 branch-3.0: [Fix](cloud-mow) Fix invalid specified
version. spec_version=0--1 (#51255) (#51346)
add 458b06d8455 [fix](load) fix S3 load cannot use HTTPS protocol for
loading data (#51246)
add fdec6723127 branch-3.0: [fix](cloud) Change the executor of the warm
up job from root to admin #51297 (#51345)
add 5f862dc68a8 Merge branch 'branch-3.0' into auto-pick-51245-branch-3.0
No new revisions were added by this update.
Summary of changes:
be/src/olap/base_tablet.cpp | 17 +
be/src/olap/rowset_builder.cpp | 8 -
be/src/olap/wal/wal_table.cpp | 1 +
.../exec/group_commit_block_sink_operator.cpp | 8 +-
be/src/runtime/group_commit_mgr.cpp | 36 +-
be/src/runtime/group_commit_mgr.h | 15 +-
be/src/vec/common/pod_array.h | 4 +
be/src/vec/exec/format/table/equality_delete.cpp | 6 +-
cloud/src/recycler/recycler.cpp | 62 +-
cloud/test/txn_lazy_commit_test.cpp | 697 ++++++++++++++++++++-
.../main/java/org/apache/doris/common/Config.java | 11 +
.../authentication/HadoopAuthenticator.java | 7 +
.../org/apache/doris/alter/SchemaChangeJobV2.java | 17 +
.../java/org/apache/doris/analysis/LoadStmt.java | 34 +-
.../doris/cloud/CacheHotspotManagerUtils.java | 4 +-
.../apache/doris/common/util/AutoBucketUtils.java | 18 +-
.../apache/doris/datasource/ExternalCatalog.java | 19 +
.../doris/datasource/hive/HMSExternalCatalog.java | 18 +-
.../doris/datasource/hive/HiveMetadataOps.java | 2 +-
.../datasource/iceberg/IcebergExternalCatalog.java | 9 +-
.../iceberg/IcebergHadoopExternalCatalog.java | 13 +-
.../apache/doris/service/FrontendServiceImpl.java | 4 +
.../doris/catalog/DynamicPartitionTableTest.java | 4 +-
.../doris/common/util/AutoBucketUtilsTest.java | 20 +-
.../test_group_commit_schema_change.out} | Bin 109 -> 115 bytes
.../regression/action/StreamLoadAction.groovy | 6 +-
.../group_commit/test_group_commit_error.groovy | 19 +
.../test_group_commit_replay_wal.groovy | 15 +-
.../test_group_commit_schema_change.groovy | 135 ++++
.../test_group_commit_and_wal_back_pressure.groovy | 2 +-
.../limit/test_map_select_with_limit.groovy | 1 +
...ptive_pipeline_task_serial_read_on_limit.groovy | 20 +-
32 files changed, 1127 insertions(+), 105 deletions(-)
copy
regression-test/data/{compaction/test_single_compaction_with_variant_inverted_index.out
=> insert_p0/group_commit/test_group_commit_schema_change.out} (93%)
create mode 100644
regression-test/suites/insert_p0/group_commit/test_group_commit_schema_change.groovy
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]