cameronlee314 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_r371566071
##########
File path:
samza-core/src/main/java/org/apache/samza/storage/StorageRecovery.java
##########
@@ -195,6 +191,7 @@ private void getChangeLogMaxPartitionNumber() {
maxPartitionNumber = maxPartitionId + 1;
}
+ @SuppressWarnings("unchecked")
Review comment:
Same as above about suppression
----------------------------------------------------------------
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