danny0405 commented on code in PR #8596:
URL: https://github.com/apache/hudi/pull/8596#discussion_r1181472030
##########
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:
We need to test the `RepairsComand` and `TableCommand` can work as expected
with the fix, or a manual test should be good too.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]