slimtom95 opened a new pull request, #7226: URL: https://github.com/apache/gravitino/pull/7226
### What changes were proposed in this pull request? fix [#7225](https://github.com/apache/gravitino/issues/7225#issue-3085354943) ### Why are the changes needed? As the issue described, for s3, oss, abs storage handler, the handler map put a class instead of handler instance, which is obviously wrong and can issues like handler method call missing `self` parameter. ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? I tested on my own machine with remote s3 storage, oss and abs is not tested. -- 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]
