You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2021/08/09 15:03:02 UTC

[GitHub] [hudi] garyli1019 commented on a change in pull request #3434: support ks3 storage for hudi

garyli1019 commented on a change in pull request #3434:
URL: https://github.com/apache/hudi/pull/3434#discussion_r685274040



##########
File path: hudi-common/src/test/java/org/apache/hudi/common/fs/TestStorageSchemes.java
##########
@@ -46,6 +46,7 @@ public void testStorageSchemes() {
     assertFalse(StorageSchemes.isAppendSupported("dbfs"));
     assertFalse(StorageSchemes.isAppendSupported("cos"));
     assertFalse(StorageSchemes.isAppendSupported("bos"));
+	assertFalse(StorageSchemes.isAppendSupported("ks3"));

Review comment:
       the indent was off here




-- 
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: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org