You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by da...@apache.org on 2022/07/14 21:05:39 UTC

[beam] branch master updated (63c2d14b9ca -> c14a4cf8779)

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

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


    from 63c2d14b9ca [BEAM-14073] [CdapIO] CDAP IO for batch plugins: Read, Write. Unit tests included (#21765)
     add c14a4cf8779 [Fix #22151] Add fhirio.Deidentify transform (#22152)

No new revisions were added by this update.

Summary of changes:
 sdks/go/pkg/beam/io/fhirio/common.go               |  90 +++++++++++--
 sdks/go/pkg/beam/io/fhirio/common_test.go          |  68 ++++++++++
 sdks/go/pkg/beam/io/fhirio/deidentify.go           |  95 +++++++++++++
 sdks/go/pkg/beam/io/fhirio/deidentify_test.go      |  56 ++++++++
 sdks/go/pkg/beam/io/fhirio/execute_bundles_test.go |   6 +-
 sdks/go/pkg/beam/io/fhirio/read_test.go            |   6 +-
 sdks/go/pkg/beam/io/fhirio/search_test.go          |  11 +-
 sdks/go/pkg/beam/io/fhirio/utils_test.go           |  33 +++--
 sdks/go/test/integration/integration.go            |  10 +-
 sdks/go/test/integration/io/fhirio/fhirio_test.go  | 148 ++++++++++-----------
 10 files changed, 404 insertions(+), 119 deletions(-)
 create mode 100644 sdks/go/pkg/beam/io/fhirio/common_test.go
 create mode 100644 sdks/go/pkg/beam/io/fhirio/deidentify.go
 create mode 100644 sdks/go/pkg/beam/io/fhirio/deidentify_test.go