kw2542 commented on a change in pull request #1256: SAMZA-2420: Update
CommandLine to use config loader for local config file
URL: https://github.com/apache/samza/pull/1256#discussion_r372115792
##########
File path:
samza-core/src/main/java/org/apache/samza/storage/StorageRecovery.java
##########
@@ -158,6 +155,7 @@ private void getContainerModels() {
* Get the changelog streams and the storage factories from the config file
* and put them into the maps
*/
+ @SuppressWarnings("unchecked")
Review comment:
Updated to suppress the single line.
----------------------------------------------------------------
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