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


##########
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:
   ![Screenshot from 2024-08-17 
10-44-05](https://github.com/user-attachments/assets/c8eb879a-1027-41c0-80c9-cd077a4c977a)
   
   This is the error I am getting while running ./local-env-setup.sh and in the 
comments above I have shown the error I am getting while building the project.



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