[ 
https://issues.apache.org/jira/browse/HUDI-2072?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17373757#comment-17373757
 ] 

ASF GitHub Bot commented on HUDI-2072:
--------------------------------------

satishkotha commented on a change in pull request #3153:
URL: https://github.com/apache/hudi/pull/3153#discussion_r663228145



##########
File path: 
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/config/HoodieWriteConfig.java
##########
@@ -194,6 +194,37 @@
   public static final String EXTERNAL_RECORD_AND_SCHEMA_TRANSFORMATION = 
AVRO_SCHEMA + ".externalTransformation";
   public static final String DEFAULT_EXTERNAL_RECORD_AND_SCHEMA_TRANSFORMATION 
= "false";
 
+  public static final String PRE_COMMIT_VALIDATORS = 
"hoodie.precommit.validators";

Review comment:
       Added




-- 
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: commits-unsubscr...@hudi.apache.org

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


> Add Precommit validator framework
> ---------------------------------
>
>                 Key: HUDI-2072
>                 URL: https://issues.apache.org/jira/browse/HUDI-2072
>             Project: Apache Hudi
>          Issue Type: New Feature
>            Reporter: satish
>            Assignee: satish
>            Priority: Major
>              Labels: pull-request-available
>
> We want to run pre-commit validators before 'promoting' a inflight operation 
> to commit.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to