YuweiXiao commented on code in PR #6737:
URL: https://github.com/apache/hudi/pull/6737#discussion_r990985262


##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/table/action/cluster/update/strategy/UpdateStrategy.java:
##########
@@ -50,4 +52,12 @@ public UpdateStrategy(HoodieEngineContext engineContext, 
HoodieTable table, Set<
    */
   public abstract Pair<I, Set<HoodieFileGroupId>> handleUpdate(I 
taggedRecordsRDD);
 
+  /**
+   * Check the update records to the file group in clustering with given file 
group id
+   * NOTE: used in flink engine
+   */
+  public Pair<I, List<HoodieFileGroupId>> handleUpdate(HoodieFileGroupId 
fileId, I records) {
+    throw new UnsupportedOperationException("Unsupported");

Review Comment:
   Will try to unify the interface.



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