ThorneANN opened a new pull request, #4271:
URL: https://github.com/apache/flink-cdc/pull/4271
1. Renamed Metric Wrapper Classes
WrapperFlussCounter.java (formerly WarppedFlussCounter.java)
- Fixed typo: Warpped → Wrapper
- Updated class name: WarppedFlussCounter → WrapperFlussCounter
- Updated constructor name to match
WrapperFlussGauge.java (formerly WrappedFlussGauge.java)
- Unified naming: WrappedFlussGauge → WrapperFlussGauge
- Updated class name and constructor to use Wrapper prefix
2. Updated References
WrapperFlussMetricRegistry.java
- Line 119: Updated new WrappedFlussCounter(...) → new
WrapperFlussCounter(...)
- Line 125: Updated new WrappedFlussGauge<>(...) → new
WrapperFlussGauge<>(...)
3. Fixed Test Expectations
FlussMetadataApplierTest.java
- Line 514: Fixed expected error message spelling from "inffered" →
"inferred"
- This aligned test expectations with the actual error messages in
production 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]