kaori-seasons opened a new pull request, #7384:
URL: https://github.com/apache/gravitino/pull/7384

   ### What changes were proposed in this pull request?
   
   Related to [ISSUE#5363](https://github.com/apache/gravitino/issues/5363)
   
   ### Why are the changes needed?
   
   Usage example
   
   - Implement a custom StorageHandlerProvider
   - Specify the provider class name in the configuration
   - No need to modify the Gravitino core code
   # User code example 
   ```
   options = { 
   "server_uri": "http://localhost:8090";, 
   "metalake_name": "test_metalake", 
   "storage_handler_providers": "com.example.CustomFileSystemProvider" 
   } 
   
   fs = gvfs.GravitinoVirtualFileSystem( 
   server_uri="http://localhost:8090";, 
   metalake_name="test_metalake", 
   options=options 
   )
   ```
   
   ### How was this patch tested?
   
   (Please test your changes, and provide instructions on how to test it:
     1. If you add a feature or fix a bug, add a test to cover your changes.
     2. If you fix a flaky test, repeat it for many times to prove it works.)
   


-- 
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]

Reply via email to