taegeonum commented on a change in pull request #159: [NEMO-216,251,259] Support side inputs and windowing URL: https://github.com/apache/incubator-nemo/pull/159#discussion_r234860075
########## File path: compiler/frontend/beam/src/main/java/org/apache/nemo/compiler/frontend/beam/transform/AbstractDoFnTransform.java ########## @@ -146,11 +163,15 @@ protected final void checkAndInvokeBundle() { /** * Checks whether it is time to finish the bundle and finish it. */ - protected final void checkAndFinishBundle() { + final void checkAndFinishBundle(final boolean force) { Review comment: AbstractDoFnTransform.close always calls the finishBundle ---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services