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


##########
hudi-utilities/src/test/java/org/apache/hudi/utilities/deltastreamer/HoodieDeltaStreamerTestBase.java:
##########
@@ -57,7 +57,6 @@
 
 public class HoodieDeltaStreamerTestBase extends UtilitiesTestBase {
 

Review Comment:
   it does not need to as the super class does `AfterEach` and `AfterAll`. the 
previous code does nothing but calls super teardown so removed it. 
   
   Not in favor of >2 layers of inheritance with test harness. we should keep 
this in mind for future refactoring



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