xushiyan commented on code in PR #7831:
URL: https://github.com/apache/hudi/pull/7831#discussion_r1095240438


##########
hudi-utilities/src/test/java/org/apache/hudi/utilities/deltastreamer/TestHoodieDeltaStreamerWithMultiWriter.java:
##########
@@ -72,8 +73,12 @@ public class TestHoodieDeltaStreamerWithMultiWriter extends 
SparkClientFunctiona
   String basePath;
   String propsFilePath;
   String tableBasePath;
+  
+  @AfterEach
+  public void teardown() throws Exception {
+    TestDataSource.resetDataGen();

Review Comment:
   try apply this to `TestHoodieDeltaStreamer` too? and any other usage of this?



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

Reply via email to