danny0405 commented on code in PR #18183:
URL: https://github.com/apache/hudi/pull/18183#discussion_r2850772882
##########
hudi-client/hudi-flink-client/src/main/java/org/apache/hudi/client/common/HoodieFlinkEngineContext.java:
##########
@@ -233,6 +233,11 @@ public void cancelAllJobs() {
// no operation for now
}
+ @Override
+ public Map<String, String> getInfo() {
+ return Collections.emptyMap();
Review Comment:
the Flink props is set up specially in the coordinator instead, like the
Kafka offset and checkpoint id.
--
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]