n3nash commented on a change in pull request #2400:
URL: https://github.com/apache/hudi/pull/2400#discussion_r567568804
##########
File path:
hudi-integ-test/src/main/java/org/apache/hudi/integ/testsuite/configuration/DeltaConfig.java
##########
@@ -88,6 +88,10 @@ public Configuration getConfiguration() {
private static String REINIT_CONTEXT = "reinitialize_context";
private static String START_PARTITION = "start_partition";
private static String DELETE_INPUT_DATA = "delete_input_data";
+ private static String VALIDATE_HIVE = "validate_hive";
+ private static String EXECUTE_ITR_COUNT = "execute_itr_count";
Review comment:
Can we just rename this to REPEAT_COUNT and use it that way (if that's
the intention) ?
----------------------------------------------------------------
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:
[email protected]