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 perfoormed the setup manually and checked it again but the only error I am
getting is building the project.
The build fails while building compileGroovy.
--
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]