suneet-s commented on a change in pull request #9306: implement Azure
InputSource reader and deprecate Azure FireHose
URL: https://github.com/apache/druid/pull/9306#discussion_r376828301
##########
File path:
extensions-contrib/azure-extensions/src/test/java/org/apache/druid/data/input/azure/AzureInputSourceTest.java
##########
@@ -199,6 +201,19 @@ public void test_toString_returnsExpectedString()
Assert.assertEquals("AzureInputSource{uris=[],
prefixes=[azure://container/blob], objects=[]}", actualToString);
}
+ @Test
+ public void abidesEqualsContract()
+ {
+ EqualsVerifier.forClass(AzureInputSource.class)
+ .usingGetClass()
+ .withPrefabValues(Logger.class, new
Logger(AzureStorage.class), new Logger(AzureStorage.class))
Review comment:
Shouldn't `AzureStorage#log` be a static member?
----------------------------------------------------------------
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
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]