leesf commented on a change in pull request #3729:
URL: https://github.com/apache/hudi/pull/3729#discussion_r718152109
##########
File path:
hudi-common/src/main/java/org/apache/hudi/common/fs/StorageSchemes.java
##########
@@ -62,6 +62,8 @@
OBS("obs", false),
// Kingsoft Standard Storage ks3
KS3("ks3", false),
+ // JuiceFileSystem
+ JFS("jfs", true),
Review comment:
can we also add some docs on how to use jfs like this
http://hudi.apache.org/docs/cloud in another PR(on asf-site branch rather than
master branch)
--
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]