zhangyue19921010 commented on a change in pull request #4753:
URL: https://github.com/apache/hudi/pull/4753#discussion_r802280813
##########
File path:
hudi-client/hudi-flink-client/src/main/java/org/apache/hudi/client/HoodieFlinkWriteClient.java
##########
@@ -346,23 +344,21 @@ protected void postCommit(HoodieTable<T,
List<HoodieRecord<T>>, List<HoodieKey>,
@Override
public void commitCompaction(
String compactionInstantTime,
- List<WriteStatus> writeStatuses,
- Option<Map<String, String>> extraMetadata) throws IOException {
+ HoodieCommitMetadata metadata,
Review comment:
Sorry, Alexey. I didn't get the point.
Did you mean `HoodieWriteMetadata` which is `public class
HoodieWriteMetadata<O> {xxx}`
Or `HoodieCommitMetadata ` which is `public class HoodieCommitMetadata
implements Serializable {xxx}` :<
--
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]