mynameborat commented on a change in pull request #912: SEP-19 : Refactoring
sideInputs from SamzaContainer to ContainerStorageManager
URL: https://github.com/apache/samza/pull/912#discussion_r260966831
##########
File path:
samza-core/src/main/java/org/apache/samza/storage/TaskSideInputStorageManager.java
##########
@@ -239,7 +250,7 @@ private void initializeStoreDirectories() {
* Its contents are a JSON encoded mapping from each side input SSP to its
last processed offset, and a checksum.
*/
@VisibleForTesting
- void writeOffsetFiles() {
+ void writeOffsetFiles() {
Review comment:
nit: revert extra spacing
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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