zy-kkk opened a new pull request, #58504:
URL: https://github.com/apache/doris/pull/58504

   Fix StackOverflowError when executing insert overwrite on Hive tables stored 
in S3-compatible object storage (OBS, COS, OSS, etc.). The root cause is that
     S3ObjStorage.listDirectories hardcoded "s3://" scheme when constructing 
directory paths, causing scheme mismatch (e.g., obs:// becomes s3://) which 
leads to
     infinite recursion in HMSTransaction.doRecursiveDeleteFiles. This PR 
preserves the original scheme from input path。


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to