shekhars-li commented on code in PR #1676: URL: https://github.com/apache/samza/pull/1676#discussion_r1287952358
########## samza-core/src/main/scala/org/apache/samza/container/SamzaContainer.scala: ########## @@ -981,7 +981,7 @@ class SamzaContainer( } } - def startStores { + def startStores: util.Map[TaskName, Checkpoint] = { Review Comment: I updated them in this commit: https://github.com/apache/samza/pull/1676/commits/8af30747c1ade4aa7bfa5f899658ea75e0d37aea Should show up now. Not sure why it wasn't visible before. Same for the startTask method description. -- 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. To unsubscribe, e-mail: commits-unsubscr...@samza.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org