scio icon indicating copy to clipboard operation
scio copied to clipboard

Remove usage of deprecated org.apache.beam.sdk.io.AvroIO methods

Open clairemcginty opened this issue 4 years ago • 2 comments

sinkViaGenericRecords and RecordFormatter are both deprecated; instead, we should be adding an additional map step to explicitly convert from ElementT => AvroT. This affects some of our dynamic IO utilities.

clairemcginty avatar Sep 23 '19 17:09 clairemcginty