yanghua commented on a change in pull request #1689:
URL: https://github.com/apache/hudi/pull/1689#discussion_r433009657



##########
File path: hudi-client/src/test/java/org/apache/hudi/table/TestCleaner.java
##########
@@ -88,10 +88,10 @@
 /**
  * Test Cleaning related logic.
  */
-public class TestCleaner extends TestHoodieClientBase {
+public class TestCleaner extends HoodieClientTestBase {
 
   private static final int BIG_BATCH_INSERT_SIZE = 500;
-  private static final Logger LOG = 
LogManager.getLogger(TestHoodieClientBase.class);
+  private static final Logger LOG = 
LogManager.getLogger(HoodieClientTestBase.class);

Review comment:
       Why not `private static final Logger LOG = 
LogManager.getLogger(TestCleaner.class);`?




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to