[ https://issues.apache.org/jira/browse/BEAM-11073?focusedWorklogId=509327&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-509327 ]
ASF GitHub Bot logged work on BEAM-11073: ----------------------------------------- Author: ASF GitHub Bot Created on: 09/Nov/20 19:46 Start Date: 09/Nov/20 19:46 Worklog Time Spent: 10m Work Description: Aliraza-N removed a comment 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: us...@infra.apache.org Issue Time Tracking ------------------- Worklog Id: (was: 509327) Time Spent: 4h 10m (was: 4h) > GCP HCLS Api - Dicom IO Connector for Java > ------------------------------------------ > > Key: BEAM-11073 > URL: https://issues.apache.org/jira/browse/BEAM-11073 > Project: Beam > Issue Type: New Feature > Components: io-java-gcp > Reporter: Aliraza Nagamia > Assignee: Aliraza Nagamia > Priority: P2 > Time Spent: 4h 10m > Remaining Estimate: 0h > > We are looking to create a new Java Pipeline Connector to help facilitate > Reading data from the Imaging API in GCP. Initially, this connector will be > used to read study level metadata of Dicom instances. -- This message was sent by Atlassian Jira (v8.3.4#803005)