fengjian428 commented on a change in pull request #4676: URL: https://github.com/apache/hudi/pull/4676#discussion_r832935311
########## File path: hudi-client/hudi-client-common/src/main/java/org/apache/hudi/table/action/commit/AbstractWriteHelper.java ########## @@ -81,10 +82,10 @@ public I combineOnCondition( * @return Collection of HoodieRecord already be deduplicated */ public I deduplicateRecords( - I records, HoodieTable<T, I, K, O> table, int parallelism) { - return deduplicateRecords(records, table.getIndex(), parallelism); + I records, HoodieTable<T, I, K, O> table, int parallelism, HoodieWriteConfig config) { Review comment: the problem is Shema is not serializable, one alternative is just pass the schema string -- 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: commits-unsubscr...@hudi.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org