You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2021/01/08 02:57:50 UTC

[GitHub] [hudi] vinothchandar commented on a change in pull request #2111: [HUDI-1234] Insert new records regardless of small file when using insert operation

vinothchandar commented on a change in pull request #2111:
URL: https://github.com/apache/hudi/pull/2111#discussion_r553713192



##########
File path: hudi-client/hudi-client-common/src/main/java/org/apache/hudi/config/HoodieWriteConfig.java
##########
@@ -133,6 +133,10 @@
   private static final String MERGE_DATA_VALIDATION_CHECK_ENABLED = "hoodie.merge.data.validation.enabled";
   private static final String DEFAULT_MERGE_DATA_VALIDATION_CHECK_ENABLED = "false";
 
+  // Routes inserts to new files ignoring small file handling
+  private static final String ROUTE_INSERTS_TO_NEW_FILES = "hoodie.route.inserts.to.new.files";

Review comment:
       rename `hoodie.merge.allow.duplicate.inserts`




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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org