satishkotha commented on a change in pull request #3153:
URL: https://github.com/apache/hudi/pull/3153#discussion_r663195102
##########
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";
+ private static final String DEFAULT_PRE_COMMIT_VALIDATORS = "";
+ public static final String VALIDATOR_TABLE_VARIABLE = "<TABLE_NAME>";
Review comment:
I'm considering this also a new feature. Can this be added later in
interest of time? We are releasing new version internally. Our merging process
will be simpler if this PR can be merged first. Happy to make more
contributions later.
--
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]