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



##########
File path: 
hudi-client/hudi-spark-client/src/test/java/org/apache/hudi/index/TestHoodieIndexConfigs.java
##########
@@ -132,47 +115,6 @@ public void testCreateIndexWithException() {
     assertTrue(thrown2.getMessage().contains("Unable to instantiate class"));
   }
 
-  public static class DummyHoodieIndex<T extends HoodieRecordPayload<T>> 
extends SparkHoodieIndex<T> {

Review comment:
       @yihua this is actually only used by `testCreateDummyIndex()` to test 
index instantiation. the code path is already covered by other UTs so i removed 
this and the test too due to redundancy.




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