wombatu-kun commented on code in PR #12592:
URL: https://github.com/apache/hudi/pull/12592#discussion_r1923316268


##########
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:
   Move please this definition right after other existing CDC-related configs



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