ThorneANN commented on code in PR #4271:
URL: https://github.com/apache/flink-cdc/pull/4271#discussion_r2791635490
##########
flink-cdc-connect/flink-cdc-pipeline-connectors/flink-cdc-pipeline-connector-fluss/src/main/java/org/apache/flink/cdc/connectors/fluss/sink/v2/metrics/WrapperFlussGauge.java:
##########
@@ -24,11 +24,11 @@
* additional information regarding copyright ownership. */
/** An implementation of Flink's {@link Gauge} which wraps Fluss's Gauge. */
-public class WrappedFlussGauge<T> implements Gauge<T> {
+public class WrapperFlussGauge<T> implements Gauge<T> {
Review Comment:
done
--
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]