lxy-9602 commented on code in PR #350:
URL: https://github.com/apache/paimon-cpp/pull/350#discussion_r4023720501


##########
include/paimon/defs.h:
##########
@@ -421,6 +421,10 @@ struct PAIMON_EXPORT Options {
     /// "changelog-producer.row-deduplicate" is "true".
     static const char CHANGELOG_PRODUCER_ROW_DEDUPLICATE_IGNORE_FIELDS[];
 
+    /// "changelog-producer.input.parallel-write" - Whether data and changelog 
files are
+    /// written in parallel for input mode changelog producer. Default value 
is "true".
+    static const char CHANGELOG_PRODUCER_INPUT_PARALLEL_WRITE[];
+

Review Comment:
   Please clarify that this is specific to C++.



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