the-other-tim-brown commented on code in PR #7180:
URL: https://github.com/apache/hudi/pull/7180#discussion_r1020336028


##########
hudi-utilities/src/test/java/org/apache/hudi/utilities/TestHiveIncrementalPuller.java:
##########
@@ -51,11 +53,16 @@
 import static org.junit.jupiter.api.Assertions.assertThrows;
 import static org.junit.jupiter.api.Assertions.assertTrue;
 
-public class TestHiveIncrementalPuller {
+public class TestHiveIncrementalPuller extends UtilitiesTestBase {
 
   private HiveIncrementalPuller.Config config;
   private String targetBasePath = null;
 
+  @BeforeAll
+  public static void setupOnce() throws Exception {
+    initTestServices();
+  }

Review Comment:
   Added to the wrong file, I'll remove 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