Skip to content

Commit

Permalink
[BEAM-14489] Remove non-SDF version of TextIO. (#17712)
Browse files Browse the repository at this point in the history
  • Loading branch information
lostluck authored May 24, 2022
1 parent aea7c13 commit acea402
Show file tree
Hide file tree
Showing 5 changed files with 170 additions and 275 deletions.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
* X feature added (Java/Python) ([BEAM-X](https://issues.apache.org/jira/browse/BEAM-X)).
* Go SDK users can now use generic registration functions to optimize their DoFn execution. ([BEAM-14347](https://issues.apache.org/jira/browse/BEAM-14347))
* Go SDK users may now write self-checkpointing Splittable DoFns to read from streaming sources. ([BEAM-11104](https://issues.apache.org/jira/browse/BEAM-11104))
* Go SDK textio Reads have been moved to Splittable DoFns exclusively. ([BEAM-14489](https://issues.apache.org/jira/browse/BEAM-14489))

## Breaking Changes

Expand Down
203 changes: 0 additions & 203 deletions sdks/go/pkg/beam/io/textio/sdf.go

This file was deleted.

49 changes: 0 additions & 49 deletions sdks/go/pkg/beam/io/textio/sdf_test.go

This file was deleted.

Loading

0 comments on commit acea402

Please sign in to comment.