You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/06/28 21:25:13 UTC

[GitHub] [beam] lukecwik commented on a diff in pull request #22005: [BEAM-6597] Replace ProgressRequestCallback with BundleProgressReporter

lukecwik commented on code in PR #22005:
URL: https://github.com/apache/beam/pull/22005#discussion_r908965444


##########
sdks/java/harness/src/main/java/org/apache/beam/fn/harness/control/ProcessBundleHandler.java:
##########
@@ -1021,13 +991,12 @@ void shutdown() throws Exception {
   public abstract static class BundleProcessor {
     public static BundleProcessor create(
         Cache<Object, Object> processWideCache,
-        InMemory bundleProgressReporterAndRegistrar,
+        BundleProgressReporter.InMemory bundleProgressReporterAndRegistrar,

Review Comment:
   Thanks I missed this one.
   
   Fixed.



-- 
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: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org