vinothchandar commented on a change in pull request #623: Hudi Test Suite
URL: https://github.com/apache/incubator-hudi/pull/623#discussion_r276870764
 
 

 ##########
 File path: 
hoodie-bench/src/main/java/com/uber/hoodie/integrationsuite/job/action/ValidateAction.java
 ##########
 @@ -0,0 +1,18 @@
+package com.uber.hoodie.integrationsuite.job.action;
+
+/**
+ * Represents different validation operations to be run during the the 
execution of the HudiTestSuiteJob
+ */
+public class ValidateAction extends BaseAction {
+
+  private String validationClassName;
+
+  public ValidateAction(String validationClassName) {
 
 Review comment:
   The operation and action classes can just be a ENUM IMO.. unless you want to 
add more methods here, it seems superflous to me. 

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


With regards,
Apache Git Services

Reply via email to