architlatkar27 commented on issue #19963:
URL: https://github.com/apache/hudi/issues/19963#issuecomment-5683773545
Proposed fix -
In hudi-io/src/main/java/org/apache/hudi/storage/StorageSchemes.java
```
// Hopsworks File System
HOPSFS("hopsfs", false, true, null),
// Gravitino Virtual File System — delegates to underlying object/block
storage
GVFS("gvfs", null, null, null);
```
I have tested this patch and that fixes the issue.
--
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]