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



##########
File path: 
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/config/HoodieWriteConfig.java
##########
@@ -413,6 +414,17 @@
       .withDocumentation("Whether to include '_hoodie_operation' in the 
metadata fields. "
           + "Once enabled, all the changes of a record are persisted to the 
delta log directly without merge");
 
+  public static final ConfigProperty<String> FILEID_PREFIX_PROVIDER_CLASS = 
ConfigProperty
+      .key("hoodie.fileid.prefix.provider.class")
+      .defaultValue(RandomFileIdPrefixProvider.class.getName())
+      .withDocumentation("File Id Prefix provider class, that implements 
`org.apache.hudi.fileid.FileIdPrefixProvider`");
+
+  public static final ConfigProperty<String> INSERT_AVOID_TRANSITION_INFLIGHT 
= ConfigProperty

Review comment:
       Eliminated this, by just checking if the inflight is already created. 




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