damccorm commented on code in PR #32158:
URL: https://github.com/apache/beam/pull/32158#discussion_r1721391304
##########
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:
Looks like a bunch of permission errors - could you try running `sudo
./local-env-setup.sh` and running it as root? Or if you don't want to give
elevated permissions to the whole script, you could modify it to just run
certain commands as root.
--
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]