You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by pa...@apache.org on 2020/12/08 23:04:44 UTC

[beam] branch master updated (bbaaeb0 -> 5caeb5d)

This is an automated email from the ASF dual-hosted git repository.

pabloem pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.


    from bbaaeb0  Decode data channel elements after, rather than before, placing them in the queue. (#13387)
     add 5caeb5d  Merge pull request #13395 from [BEAM-11426] Add FHIR Search to io/gcp/healthcare/FhirIO

No new revisions were added by this update.

Summary of changes:
 .../apache/beam/sdk/io/gcp/healthcare/FhirIO.java  | 232 +++++++++++++++++++++
 .../sdk/io/gcp/healthcare/HealthcareApiClient.java |  17 ++
 .../io/gcp/healthcare/HttpHealthcareApiClient.java | 174 ++++++++++++++++
 .../apache/beam/sdk/io/gcp/GcpApiSurfaceTest.java  |   3 +-
 .../beam/sdk/io/gcp/healthcare/FhirIOSearchIT.java | 155 ++++++++++++++
 .../beam/sdk/io/gcp/healthcare/FhirIOTest.java     |  20 ++
 6 files changed, 600 insertions(+), 1 deletion(-)
 create mode 100644 sdks/java/io/google-cloud-platform/src/test/java/org/apache/beam/sdk/io/gcp/healthcare/FhirIOSearchIT.java