nsivabalan commented on code in PR #7318:
URL: https://github.com/apache/hudi/pull/7318#discussion_r1034150867


##########
hudi-sync/hudi-hive-sync/src/main/java/org/apache/hudi/hive/MockHoodieHiveSyncTool1.java:
##########
@@ -0,0 +1,22 @@
+package org.apache.hudi.hive;
+
+import org.apache.hudi.sync.common.HoodieSyncTool;
+
+import org.apache.hadoop.conf.Configuration;
+
+import java.util.Properties;
+
+public class MockHoodieHiveSyncTool1 extends HoodieSyncTool {
+
+  public static boolean syncSuccess;
+
+  public MockHoodieHiveSyncTool1(Properties props, Configuration hadoopConf) {

Review Comment:
   I did not mean to suggest mock this way. sorry. 
   I was meaning to suggest mock using mockito lib. 
   can you check TestCallbackHttpClient for examples.



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

Reply via email to