Aliraza-N commented on pull request #13137:
URL: https://github.com/apache/beam/pull/13137#issuecomment-724237629
The tests are failing because of this in the build process:
> 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. The code in this context looks very
similar to the FhirIO code, so 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]