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 2020/04/20 16:32:24 UTC

[GitHub] [beam] stevekoonce commented on a change in pull request #11442: [BEAM-9773]: Update Dataflow Debug Capture to use Google API client Jackson 2

stevekoonce commented on a change in pull request #11442:
URL: https://github.com/apache/beam/pull/11442#discussion_r411521502



##########
File path: runners/google-cloud-dataflow-java/worker/src/main/java/org/apache/beam/runners/dataflow/worker/status/DebugCapture.java
##########
@@ -114,17 +114,22 @@ public Manager(DataflowWorkerHarnessOptions options, Collection<Capturable> capt
         return;
       }
 
+      JsonFactory datOtherFactory = new JacksonFactory();

Review comment:
       Ugh.  No, I had added that briefly when testing and completely missed it when I cleaned up.  Removing now.




----------------------------------------------------------------
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:
users@infra.apache.org