Skip to content

v0.5.0-alpha2

Pre-release
Pre-release
Compare
Choose a tag to compare
@nevillelyh nevillelyh released this 29 Jan 23:48

Breaking changes

  • BigQueryIO in JobTest#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 in JobTest. Explicit .map(T.toGenericRecord) of test data is no longer needed. See this change for more.
  • Package com.spotify.scio.extra.transforms is moved from scio-extra to scio-core, under com.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

Bug fixes