You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2022/10/23 11:54:42 UTC

[GitHub] [hudi] xushiyan commented on a diff in pull request #7033: [MINOR] test cleanup

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


##########
hudi-utilities/src/test/java/org/apache/hudi/utilities/TestHoodieIndexer.java:
##########
@@ -100,6 +101,16 @@ public void init() throws IOException {
     initMetaClient();
   }
 
+  @AfterAll
+  public static void cleanup() {

Review Comment:
   this test class can actually extend `org.apache.hudi.testutils.SparkClientFunctionalTestHarness` to make use of most of the resources like spark session and context. should just migrate to use it?



-- 
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-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org