nsivabalan commented on code in PR #13290:
URL: https://github.com/apache/hudi/pull/13290#discussion_r2103900722


##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/config/HoodieWriteConfig.java:
##########
@@ -2942,6 +2950,22 @@ public int getSecondaryIndexParallelism() {
     return metadataConfig.getSecondaryIndexParallelism();
   }
 
+  /**
+   * Whether to enable Optimized writes or not. By default for table version 6 
we are not enabling this, since NBCC is not available in table version 6.

Review Comment:
   will give it a try. 
   high level, we might have multiple concurrent writes to MDT all writing to 
same file groups in MDT. 
   if we do not enable NBCC, conflict resolution will fail 



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