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



##########
File path: 
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/index/HoodieIndex.java
##########
@@ -60,7 +57,7 @@ protected HoodieIndex(HoodieWriteConfig config) {
   @Deprecated
   @PublicAPIMethod(maturity = ApiMaturityLevel.DEPRECATED)
   public I tagLocation(I records, HoodieEngineContext context,
-                       HoodieTable<T, I, K, O> hoodieTable) throws 
HoodieIndexException {
+                       HoodieTable hoodieTable) throws HoodieIndexException {

Review comment:
       The deprecated APIs are going to be removed in a separate PR to keep the 
scope of this PR limited.




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