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


##########
hudi-cli/src/test/java/org/apache/hudi/cli/commands/TestUnclosedIO.java:
##########
@@ -0,0 +1,23 @@
+package org.apache.hudi.cli.commands;
+
+import org.junit.jupiter.api.Test;
+
+import java.io.BufferedReader;
+import java.io.BufferedWriter;
+import java.io.FileWriter;
+import java.io.IOException;
+import java.io.InputStreamReader;
+
+public class TestUnclosedIO {

Review Comment:
   emm! the RepairtsCommand tests passed,but the I don't know how to test the 
TableCommand,Their scenarios are the same.



-- 
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