Commits


Chris Hoffman authored and GitHub committed 9c80782e3df
AVRO-2800: Validate enum symbol values (#855) * AVRO-2800 Actually validate enum symbol values Also added a test for duplicate symbols because there wasn't one. * AVRO-2800 Allow Ruby enum symbol validation to be disabled I also renamed Avro::Schema::EnumSchema::SYMBOL_PATTERN to SYMBOL_REGEX to better fix the existing naming conventions for regex constants.