rkanumul commented on a change in pull request #6531: URL: https://github.com/apache/incubator-pinot/pull/6531#discussion_r569882429
########## File path: pinot-plugins/pinot-file-system/pinot-adls/src/test/resources/mockito-extensions/org.mockito.plugins.MockMaker ########## @@ -0,0 +1,4 @@ +# This class defines Mockito plugins to be used during testing + +# mock-maker inline enables mocking of 'final' classes in Mockito v2 +mock-maker-inline Review comment: Most of the classes in the azure sdk are 'final', they cant be mocked without this declaration. I updated the empty line in the code base, github ignores it for some reason. ---------------------------------------------------------------- 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: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org