Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AVRO-2943 improve GenericRecord MAP type comparison #974

Commits on Nov 3, 2020

  1. AVRO-2943 improve GenericRecord MAP type comparison

    Make GenericRecord comparison handle String vs Utf8 for MAP type
    This mirrors what was already previously done for Schema.type.STRING
    
    Adds the following new unit tests:
      - org.apache.avro.generic.TestGenericData.testMapKeyEquals
      - org.apache.avro.generic.TestGenericData.testMapValuesEquals
    
    N.B.
    We should also consider doing the same for Schema.type.ARRAY
    
    https://issues.apache.org/jira/browse/AVRO-2943
    frankgrimes97 committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    be916eb View commit details
    Browse the repository at this point in the history