Aliraza-N commented on pull request #13137:
URL: https://github.com/apache/beam/pull/13137#issuecomment-724238769
The failures are happening because of this:
> \> Task :sdks:java:io:google-cloud-platform:compileJava
/home/runner/work/beam/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/healthcare/DicomIO.java:149:
error: [initialization.fields.uninitialized] the constructor does not
initialize fields: dicomStore
static class FetchStudyMetadataFn extends DoFn<String, String> {
^
/home/runner/work/beam/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/healthcare/DicomIO.java:176:
error: [argument.type.incompatible] incompatible argument for parameter output
of output.
context.output(ERROR_MESSAGE, e.getMessage());
^
found : @ Initialized @ Nullable String
required: @ Initialized @ NonNull String
Neither seems to be a problem locally, and both these parts have similar
code in the FhirIO connector. Not sure why it's happening?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]