nrg4878 commented on a change in pull request #2037:
URL: https://github.com/apache/hive/pull/2037#discussion_r597377766
##########
File path:
itests/hcatalog-unit/src/test/java/org/apache/hive/hcatalog/listener/DummyRawStoreFailEvent.java
##########
@@ -244,6 +245,32 @@ public boolean alterDatabase(String catName, String
dbName, Database db)
return objectStore.getAllDatabases(catName);
}
+ @Override
+ public List<String> getAllDataConnectors() throws MetaException {
Review comment:
Fair point. I was mimicing mostly what was done for Databases. For
example, RawStore.getDatabases() returns a List<String> but getDatabase()
returns a Database.
2 wrongs do not make it right. Will fix.
--
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]