This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-48073-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git
from 9ff8d4891e9 branch-3.0: [fix](cold hot separation) Fix the issue that files on the remote storage are not deleted after triggering cold data compaction. (#48109) (#48445) add f4d15970d99 [feat](storage vault) Add object storage op check when creating resource (#48073) No new revisions were added by this update. Summary of changes: .../org/apache/doris/catalog/AzureResource.java | 58 +++++++++++--- .../java/org/apache/doris/catalog/S3Resource.java | 84 +++++++++++++-------- .../org/apache/doris/fs/obj/AzureObjStorage.java | 47 +++++++++++- .../java/org/apache/doris/fs/obj/ObjStorage.java | 4 + .../java/org/apache/doris/fs/obj/S3ObjStorage.java | 88 ++++++++++++++++++++++ .../apache/doris/catalog/AzureResourceTest.java | 57 ++++++++++++++ .../org/apache/doris/catalog/S3ResourceTest.java | 35 +++++++++ .../vault_p0/conf/regression-conf-custom.groovy | 1 - 8 files changed, 331 insertions(+), 43 deletions(-) create mode 100644 fe/fe-core/src/test/java/org/apache/doris/catalog/AzureResourceTest.java --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org