linkedin / avro-util

Collection of utilities to allow writing java code that operates across a wide range of avro versions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

add assertCompiles() checks to codegen tests

dg-builder opened this issue · comments

In SchemaBuilderTest, we need to test if the generated avro POJOs actually work (i.e. if they compile). Add checks to each existing test to see if they compile