c-f-cooper commented on code in PR #8596:
URL: https://github.com/apache/hudi/pull/8596#discussion_r1185652341


##########
hudi-cli/src/test/java/org/apache/hudi/cli/commands/TestTableCommand.java:
##########
@@ -142,7 +156,7 @@ public void testDefaultCreate() {
   public void testCreateWithSpecifiedValues() {
     // Test create with specified values
     Object result = shell.evaluate(() -> "create --path " + tablePath + " 
--tableName " + tableName
-            + " --tableType MERGE_ON_READ --archiveLogFolder archive");
+        + " --tableType MERGE_ON_READ --archiveLogFolder archive");

Review Comment:
   It's code format,no changdes



-- 
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-unsubscr...@hudi.apache.org

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

Reply via email to