yihua commented on code in PR #8936:
URL: https://github.com/apache/hudi/pull/8936#discussion_r1230272050
##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/config/HoodieWriteConfig.java:
##########
@@ -2496,21 +2495,6 @@ public boolean isMetaserverEnabled() {
return metaserverConfig.isMetaserverEnabled();
}
- /**
- * CDC supplemental logging mode.
- */
- public HoodieCDCSupplementalLoggingMode getCDCSupplementalLoggingMode() {
Review Comment:
In the future, we should avoid adding these getters which are not used.
--
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]