aasha commented on a change in pull request #1044:
URL: https://github.com/apache/hive/pull/1044#discussion_r436450593



##########
File path: 
itests/hcatalog-unit/src/test/java/org/apache/hive/hcatalog/listener/DummyRawStoreFailEvent.java
##########
@@ -1377,6 +1378,11 @@ public void 
scheduledQueryProgress(ScheduledQueryProgressInfo info)
     throw new RuntimeException("unimplemented");
   }
 
+  @Override
+  public void addReplicationMetric(ReplicationMetricList 
replicationMetricList) {
+    throw new RuntimeException("unimplemented");

Review comment:
       This is what all other methods do




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



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to