yihua commented on a change in pull request #3727:
URL: https://github.com/apache/hudi/pull/3727#discussion_r719758782
##########
File path:
hudi-client/hudi-flink-client/src/main/java/org/apache/hudi/client/common/HoodieFlinkEngineContext.java
##########
@@ -68,6 +77,21 @@ public HoodieFlinkEngineContext(SerializableConfiguration
hadoopConf, TaskContex
this.runtimeContext = ((FlinkTaskContextSupplier)
taskContextSupplier).getFlinkRuntimeContext();
}
+ @Override
+ public HoodieAccumulator createNewAccumulator() {
Review comment:
The abstract method is named like that.
--
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]