cutiepie-10 commented on code in PR #32158:
URL: https://github.com/apache/beam/pull/32158#discussion_r1718867225


##########
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:
   Hi @damccorm ,
   I went through the setup your environment again and again. On my 
system(ubuntu 22.04) the ./local-env-setup.sh is not working so did all the 
things manually. Only goavro is something which is not installing though I have 
searched and read a lot on internet but could not find a feasible solution for 
the same. 



-- 
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