Skip to content

Commit

Permalink
[MINOR] Add the Schema for GooseFS to StorageSchemes (#3982)
Browse files Browse the repository at this point in the history
Co-authored-by: lubo <[email protected]>
  • Loading branch information
lubo212 and lubo authored Nov 17, 2021
1 parent 4d884bd commit 826414c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ public enum StorageSchemes {
COSN("cosn", false),
// Tencent Cloud HDFS
CHDFS("ofs", true),
// Tencent Cloud CacheFileSystem
GOOSEFS("gfs", false),
// Databricks file system
DBFS("dbfs", false),
// IBM Cloud Object Storage
Expand Down

0 comments on commit 826414c

Please sign in to comment.