This is an automated email from the ASF dual-hosted git repository.
dataroaring pushed a change to branch branch-4.0-preview
in repository https://gitbox.apache.org/repos/asf/doris.git
from a04cc828a36 [fix](merge-cloud) disable ssl in meta check (#33516)
new 34f0e0406c6 [fix](index change) disable light index change for cloud
mode (#33387)
new 8f69e8caf0e [bug](regression) fix regression test test-table-version
in cloud_p0 (#33462)
new df138e74e71 [Fix](inverted index) fix fast execute problem when need
read data opt enabled (#33526)
new 464025fc1c4 [fix](regression) fix accidental failure by sample analyze
(#33498)
new 8a59d291641 [bug](not in) if not in (null) could eos early (#33482)
new 7721dabea97 [fix](memory) Fix compaction destructor memory tracking
#33549
new 241981ec31d [fix](inverted index) cloud mod supports time series
(#33414)
new cb8e19992cf [feature](Cloud) Alter be to fetch vault info after
creating storage vault (#33558)
new 5d5eea66f73 [fix](fs) Close local file writer when downloading
finished (#33556)
new b95af21904d [fix](hdfs accessor) Fix hdfs accessor build error (#33605)
new 5611fedba91 [fix](merge-on-write) schema change may cause mow
duplicate key (#33536)
new 71c2445f962 [feature](Cloud) Only cloud mode and instance with
enable_storage_vault can use storage vault stmt (#33561)
new 2554a442da1 [bugfix](feoom) add timeout to send be request to avoid
too long to occupy memory (#33614)
The 13 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
be/src/cloud/cloud_cumulative_compaction.cpp | 17 +-
.../cloud/cloud_cumulative_compaction_policy.cpp | 150 ++++++++++-
be/src/cloud/cloud_cumulative_compaction_policy.h | 63 ++++-
be/src/cloud/cloud_internal_service.cpp | 10 +
be/src/cloud/cloud_internal_service.h | 5 +
be/src/cloud/cloud_rowset_builder.cpp | 4 +
be/src/cloud/cloud_rowset_writer.cpp | 1 +
be/src/cloud/cloud_storage_engine.cpp | 70 ++++--
be/src/cloud/cloud_storage_engine.h | 13 +-
be/src/cloud/cloud_tablet.cpp | 18 ++
be/src/cloud/cloud_tablet_mgr.cpp | 1 +
be/src/exec/rowid_fetcher.cpp | 2 -
be/src/io/fs/hdfs_file_system.cpp | 3 +-
be/src/olap/compaction.cpp | 15 +-
be/src/olap/rowset/rowset_writer_context.h | 2 +
be/src/olap/schema_change.cpp | 19 +-
be/src/service/internal_service.cpp | 1 +
be/src/vec/exec/scan/vscan_node.cpp | 3 +-
be/src/vec/exprs/vectorized_fn_call.cpp | 7 +-
cloud/src/meta-service/meta_service.cpp | 17 ++
cloud/src/recycler/hdfs_accessor.cpp | 2 +-
.../org/apache/doris/alter/CloudRollupJobV2.java | 7 +-
.../apache/doris/alter/CloudSchemaChangeJobV2.java | 7 +-
.../apache/doris/alter/SchemaChangeHandler.java | 14 +-
.../doris/analysis/CreateStorageVaultStmt.java | 12 +
.../doris/analysis/SetDefaultStorageVaultStmt.java | 21 ++
.../main/java/org/apache/doris/catalog/Env.java | 2 +-
.../main/java/org/apache/doris/catalog/Index.java | 4 +
.../java/org/apache/doris/catalog/OlapTable.java | 15 +-
.../org/apache/doris/catalog/StorageVaultMgr.java | 25 +-
.../cloud/alter/CloudSchemaChangeHandler.java | 160 +++++++++++-
.../cloud/datasource/CloudInternalCatalog.java | 19 +-
.../apache/doris/datasource/InternalCatalog.java | 22 +-
.../org/apache/doris/rpc/BackendServiceClient.java | 8 +-
.../org/apache/doris/rpc/BackendServiceProxy.java | 14 ++
.../doris/analysis/CreateStorageVaultStmtTest.java | 7 +
.../doris/cloud/catalog/HdfsStorageVaultTest.java | 3 +-
gensrc/proto/cloud.proto | 6 +
gensrc/proto/internal_service.proto | 7 +
.../test_index_no_need_read_data.out | 9 +
.../conditional_functions/test_query_in.out | 2 +
.../decimalv3/test_decimal256_index.groovy | 8 +-
.../test_build_index_fault.groovy | 3 +
.../index_change/test_index_change_2.groovy | 10 +-
.../index_change/test_index_change_3.groovy | 12 +-
.../index_change/test_index_change_4.groovy | 12 +-
.../index_change/test_index_change_6.groovy | 16 +-
.../test_index_change_on_new_column.groovy | 6 +-
.../test_index_change_with_compaction.groovy | 8 +-
.../index_change/test_pk_uk_index_change.groovy | 11 +-
.../test_add_drop_index_ignore_case_column.groovy | 12 +-
.../test_add_drop_index_with_data.groovy | 18 +-
.../test_add_drop_index_with_delete_data.groovy | 12 +-
.../inverted_index_p0/test_array_index.groovy | 4 +-
.../inverted_index_p0/test_build_index.groovy | 3 +
.../test_index_match_phrase.groovy | 30 +--
.../test_index_match_select.groovy | 30 +--
.../test_index_no_need_read_data.groovy | 274 +++++++++++++++++++++
.../test_index_range_in_select.groovy | 30 +--
.../test_index_range_not_in_select.groovy | 30 +--
.../suites/inverted_index_p0/test_show_data.groovy | 33 ++-
.../conditional_functions/test_query_in.groovy | 46 ++++
.../analyze_stats_partition_first_load.groovy | 1 +
.../suites/statistics/test_basic_statistics.groovy | 1 +
.../suites/table_p0/test_table_version.groovy | 21 +-
65 files changed, 1220 insertions(+), 198 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]