fsk119 commented on a change in pull request #13907:
URL: https://github.com/apache/flink/pull/13907#discussion_r539088462
##########
File path:
flink-table/flink-table-common/src/main/java/org/apache/flink/table/connector/sink/OutputFormatProvider.java
##########
@@ -36,6 +38,23 @@ static OutputFormatProvider of(OutputFormat<RowData>
outputFormat) {
return () -> outputFormat;
Review comment:
It's seem this method is useless now? If no one uses it, please delete
it. Otherwise, we can just treat this method as
`of(outputFormat, null)`
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]