Description
Avro doesn't support '$' chars in record definitions, so we currently swap them out with '_' everywhere they occur as part of the Scala reflection code. This of course is a problem for fields that are defined using underscores (e.g., page_rank) inside of reflected classes.