1
0

[HUDI-1344] IBM Cloud Object Storage Support (#2182)

This commit is contained in:
Guy Khazma
2020-10-18 12:24:53 +03:00
committed by GitHub
parent ec6267c303
commit 35d406de40
2 changed files with 4 additions and 1 deletions

View File

@@ -43,6 +43,7 @@ public class TestStorageSchemes {
assertFalse(StorageSchemes.isAppendSupported("alluxio"));
assertFalse(StorageSchemes.isAppendSupported("cosn"));
assertFalse(StorageSchemes.isAppendSupported("dbfs"));
assertFalse(StorageSchemes.isAppendSupported("cos"));
assertThrows(IllegalArgumentException.class, () -> {
StorageSchemes.isAppendSupported("s2");
}, "Should throw exception for unsupported schemes");