EMsnap commented on code in PR #10341:
URL: https://github.com/apache/inlong/pull/10341#discussion_r1624390222
##########
inlong-sort/sort-flink/sort-flink-v1.15/sort-connectors/sqlserver-cdc/src/main/java/org/apache/inlong/sort/sqlserver/RowDataDebeziumDeserializeSchema.java:
##########
@@ -126,7 +131,17 @@ public static Builder newBuilder() {
this.resultTypeInfo = checkNotNull(resultTypeInfo);
this.validator = checkNotNull(validator);
this.changelogMode = checkNotNull(changelogMode);
- this.sourceMetricData = sourceMetricData;
+ this.metricOption = metricOption;
+ }
+
+ @Override
+ public void open() {
+ if (metricOption != null) {
+ LOG.info("SourceMetricData create -----------");
Review Comment:
please keep log format consistent with other places
--
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]