Description
I hit this issue running 0.3.0 w/Avro 1.5.4-- the BytesToWritableMapFn is expecting a ByteBuffer as input, but it will be a byte[] instead. Adding the same instanceof check that we have elsewhere for this situation is the workaround I came up with.