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

 ##########
 File path: 
hoodie-bench/src/main/java/com/uber/hoodie/integrationsuite/job/action/result/JavaRDDResult.java
 ##########
 @@ -0,0 +1,10 @@
+package com.uber.hoodie.integrationsuite.job.action.result;
+
+import org.apache.spark.api.java.JavaRDD;
+
+public class JavaRDDResult extends ActionResult<JavaRDD> {
 
 Review comment:
   same with these methods? I am unable to clear understand how these classes 
are going to evolve? if these will be passed to a validate method, then it 
should be enough to simply templatize that? 

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