zendesk / scala-flow

A lightweight library intended to make developing Google DataFlow jobs in Scala easier.
Apache License 2.0
14 stars 1 forks source link

Fix array type handling #5

Closed bcasey-zd closed 7 years ago

bcasey-zd commented 7 years ago

RichTagType is throwing java.lang.ClassNotFoundException: no Java class corresponding to class Array when an Scala array type is passed in.

Fixes:

There's some modest risk with this change, so also bump version number.