LadyForest commented on code in PR #183:
URL: https://github.com/apache/flink-table-store/pull/183#discussion_r910999155
##########
flink-table-store-connector/src/main/java/org/apache/flink/table/store/connector/sink/FlinkSinkBuilder.java:
##########
@@ -70,8 +68,8 @@ public FlinkSinkBuilder withOverwritePartition(Map<String,
String> overwritePart
return this;
}
- public FlinkSinkBuilder withLogSinkProvider(LogSinkProvider
logSinkProvider) {
- this.logSinkProvider = logSinkProvider;
+ public FlinkSinkBuilder withLogSinkFunction(LogSinkFunction
logSinkFunction) {
Review Comment:
```suggestion
public FlinkSinkBuilder withLogSinkFunction(@Nullable LogSinkFunction
logSinkFunction) {
```
--
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]