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



##########
File path: 
hudi-client/src/test/java/org/apache/hudi/client/TestTableSchemaEvolution.java
##########
@@ -133,7 +135,6 @@ public void testSchemaCompatibilityBasic() throws Exception 
{
   @Test
   public void testMORTable() throws Exception {
     tableType = HoodieTableType.MERGE_ON_READ;
-    initMetaClient();

Review comment:
       already called in `setUp()`

##########
File path: 
hudi-client/src/test/java/org/apache/hudi/testutils/HoodieClientTestBase.java
##########
@@ -70,9 +69,9 @@
 /**
  * Base Class providing setup/cleanup and utility methods for testing Hoodie 
Client facing tests.
  */
-public class TestHoodieClientBase extends HoodieClientTestHarness {
+public class HoodieClientTestBase extends HoodieClientTestHarness {

Review comment:
       Fixed the name by not using `Test` prefix since it's not a test per se.




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