beyond1920 commented on code in PR #11490:
URL: https://github.com/apache/hudi/pull/11490#discussion_r1668678815


##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/config/HoodieWriteConfig.java:
##########
@@ -1295,11 +1295,6 @@ public ExecutorType getExecutorType() {
     return 
ExecutorType.valueOf(getStringOrDefault(WRITE_EXECUTOR_TYPE).toUpperCase(Locale.ROOT));
   }
 
-  public boolean isCDCEnabled() {
-    return getBooleanOrDefault(
-        HoodieTableConfig.CDC_ENABLED, 
HoodieTableConfig.CDC_ENABLED.defaultValue());
-  }
-

Review Comment:
   Checked the only caller of `HoodieWriteConfig#isCDCEnabled` is 
`HoodieAppendHandler`, and it was introduced in 1.X refactor. 



-- 
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]

Reply via email to