Commits

Ryan Blue authored 482adcfa185
AVRO-1667: Fix parser grammar flattening for recursive cases. Contributed by Zoltan Farkas. Recursive records use a Fixup class to copy sequences of parser Symbols because the final sequence isn't yet known. But these weren't being copied when the sequences being fixed up were copied, which caused the final grammar to have nulls in some cases.