You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Igor Izvekov (Jira)" <ji...@apache.org> on 2022/07/11 09:43:00 UTC

[jira] [Created] (AVRO-3573) Duplicate symbols (EnumSchema)

Igor Izvekov created AVRO-3573:
----------------------------------

             Summary: Duplicate symbols (EnumSchema)
                 Key: AVRO-3573
                 URL: https://issues.apache.org/jira/browse/AVRO-3573
             Project: Apache Avro
          Issue Type: Improvement
    Affects Versions: 1.11.0
            Reporter: Igor Izvekov
             Fix For: 1.11.1


If EnumSchema has duplicate symbols, an error will raise. Instead of a list of duplicate symbols or a value of duplicate symbol, error shows all list of symbols. Improvement removes this defect and shows a message "Duplicate symbol" with the symbol, if it is one, or "Duplicates symbols" with the list of duplicate symbols, if there are more than one symbol.

P.S. Tests do not check error's message. Try to write a test for checking a message of an error can take a long time.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)