v0.5.0-alpha2
Pre-release
Pre-release
Breaking changes
BigQueryIO
inJobTest#output
now requires a type parameter. Explicit.map(T.toTableRow)
of test data is no longer needed.- Typed
AvroIO
now accepts case classes instead of Avro records inJobTest
. Explicit.map(T.toGenericRecord)
of test data is no longer needed. See this change for more. - Package
com.spotify.scio.extra.transforms
is moved fromscio-extra
toscio-core
, undercom.spotify.scio.transforms
.
See this section for more details.
Features
- Remove toGenericRecord requirement when testing typed AvrioIO #1022 #1036
- Bump sparkey to 2.2.1, protobuf-generic to 0.2.4 #1028