Davis-Zhang-Onehouse commented on code in PR #12592: URL: https://github.com/apache/hudi/pull/12592#discussion_r1924082128
########## hudi-client/hudi-client-common/src/main/java/org/apache/hudi/config/HoodieWriteConfig.java: ########## @@ -529,6 +530,12 @@ public class HoodieWriteConfig extends HoodieConfig { .withDocumentation("Port at which the timeline server listens for requests. When running embedded in each writer, it picks " + "a free port and communicates to all the executors. This should rarely be changed."); + public static final ConfigProperty<Long> CDC_FILE_GROUP_ITERATOR_MEMORY_SPILL_BYTES = ConfigProperty Review Comment: there is no existing CDC configs in this file, moved to the end of the list instead -- 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: commits-unsubscr...@hudi.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org