This is an automated email from the ASF dual-hosted git repository. gavinchou pushed a change to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git
from 9e4ca47e171 [fix](recycler) Fix DCHECK in ObjectListIterator (#37112) new ce985ed8d23 [enhance](Recycler) Make sheme of request to object storage a config (#37291) new cf156514432 [enhance](Recycler) Catch RequestFailedException for all azure request (#37298) new 922c7c7639c [enhance](Azure) Use s3Uri to specify the object's bucket and key for azure in FE (#37308) new b870e92d5a9 [fix](TVF) Enable azure tvf without specifying s3 bucket property. (#37240) The 4 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: cloud/src/common/config.h | 6 + cloud/src/recycler/azure_obj_client.cpp | 7 +- cloud/src/recycler/s3_accessor.cpp | 6 +- .../org/apache/doris/fs/obj/AzureObjStorage.java | 154 ++++++++++++++++++--- .../apache/doris/fs/remote/AzureFileSystem.java | 74 +--------- .../doris/tablefunction/S3TableValuedFunction.java | 7 +- 6 files changed, 160 insertions(+), 94 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org