healchow commented on code in PR #6666:
URL: https://github.com/apache/inlong/pull/6666#discussion_r1034501810
##########
inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/sink/es/ElasticsearchSinkOperator.java:
##########
@@ -101,4 +107,66 @@ public Map<String, String> parse2IdParams(StreamSinkEntity
streamSink, List<Stri
return idParams;
}
+ @Override
+ public void saveFieldOpt(SinkRequest request) {
+ List<SinkField> fieldList = request.getSinkFieldList();
+ LOGGER.info("begin to save sink fields={}", fieldList);
Review Comment:
Whether it needs to add "es" to the log?
```
begin to save es sink fields 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]