gong commented on code in PR #5200:
URL: https://github.com/apache/inlong/pull/5200#discussion_r936446935
##########
inlong-sort/sort-connectors/jdbc/src/main/java/org/apache/inlong/sort/jdbc/internal/JdbcBatchingOutputFormat.java:
##########
@@ -122,7 +122,7 @@ public void open(int taskNumber, int numTasks) throws
IOException {
this.runtimeContext = getRuntimeContext();
metricData = new MetricData(runtimeContext.getMetricGroup());
if (inLongMetric != null && !inLongMetric.isEmpty()) {
Review Comment:
use SinkMetricData of connector-base after git rebase code
--
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]