yihua commented on a change in pull request #3778:
URL: https://github.com/apache/hudi/pull/3778#discussion_r736181801
##########
File path:
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/client/AbstractHoodieWriteClient.java
##########
@@ -101,7 +101,7 @@
private static final Logger LOG =
LogManager.getLogger(AbstractHoodieWriteClient.class);
protected final transient HoodieMetrics metrics;
- private final transient HoodieIndex<T, I, K, O> index;
+ private final transient HoodieIndex index;
Review comment:
Actually, I still keep the definition of `HoodieIndex<T extends
HoodieRecordPayload, I, K, O>` for compatibility and add back the typed
parameters here.
--
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]