nsivabalan commented on a change in pull request #3371:
URL: https://github.com/apache/hudi/pull/3371#discussion_r679602005



##########
File path: 
hudi-utilities/src/test/java/org/apache/hudi/utilities/functional/TestHoodieMultiTableDeltaStreamer.java
##########
@@ -38,16 +38,14 @@
 import java.io.IOException;
 import java.util.Arrays;
 import java.util.List;
-import java.util.Random;
 
 import static org.junit.jupiter.api.Assertions.assertEquals;
 import static org.junit.jupiter.api.Assertions.assertThrows;
 import static org.junit.jupiter.api.Assertions.assertTrue;
 
-public class TestHoodieMultiTableDeltaStreamer extends TestHoodieDeltaStreamer 
{
+public class TestHoodieMultiTableDeltaStreamer extends 
TestHoodieDeltaStreamerBase {

Review comment:
       Previously TestHoodieMultiTableDeltaStreamer extended from 
TestHoodieDeltaStreamer and so tests in TestHoodieDeltaStreamer were running 
twice. This refactoring will ensure that TestHoodieDeltaStreamer tests run only 
once. 




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