damccorm commented on code in PR #32158:
URL: https://github.com/apache/beam/pull/32158#discussion_r1719580330


##########
sdks/java/io/google-cloud-platform/src/test/java/org/apache/beam/sdk/io/gcp/healthcare/FhirIOTestUtil.java:
##########
@@ -136,7 +136,7 @@ public static void tearDownTempBucket() throws IOException {
           request.setReadTimeout(60000); // 1 minute read timeout
         };
     Storage storage =
-        new Storage.Builder(new NetHttpTransport(), new JacksonFactory(), 
requestInitializer)
+        new Storage.Builder(new NetHttpTransport(), new GsonFactory(), 
requestInitializer)

Review Comment:
   Ok, could you please just manually edit the lines then? If you share the 
error you're getting I may be able to help as well



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to