This repository was archived by the owner on Nov 11, 2022. It is now read-only.
Version 1.1.0
- Added a coder for type
Set<T>to the coder registry, when typeThas its own registered coder. - Added
NullableCoder, which can be used in conjunction with other coders to encode aPCollectionwhose elements may possibly contain null values. - Added
Filteras a compositePTransform. Deprecated static methods in the oldFilterimplementation that returnParDotransforms. - Added
SourceTestUtils, which is a set of helper functions and test harnesses for testing correctness ofSourceimplementations.