-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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: Add new GenericData String/Utf8 ARRAY comparison test #2137
AVRO-2943: Add new GenericData String/Utf8 ARRAY comparison test #2137
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, I have just one question, ptal
lang/java/avro/src/test/java/org/apache/avro/generic/TestGenericData.java
Outdated
Show resolved
Hide resolved
GenericRecord comparison already handles String vs Utf8 for ARRAY elements. This just adds a unit test to explicitly verify the current correct behaviour. Also renamed GenericData String/Utf8 MAP unit tests which were added on apache#974 to improve clarity on what those tests are actually verifying. https://issues.apache.org/jira/browse/AVRO-2943
a397979
to
92cf729
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@dkulp could you take a look and merge if there are no objections? |
…ache#2137) GenericRecord comparison already handles String vs Utf8 for ARRAY elements. This just adds a unit test to explicitly verify the current correct behaviour. Also renamed GenericData String/Utf8 MAP unit tests which were added on apache#974 to improve clarity on what those tests are actually verifying. https://issues.apache.org/jira/browse/AVRO-2943
…ache#2137) GenericRecord comparison already handles String vs Utf8 for ARRAY elements. This just adds a unit test to explicitly verify the current correct behaviour. Also renamed GenericData String/Utf8 MAP unit tests which were added on apache#974 to improve clarity on what those tests are actually verifying. https://issues.apache.org/jira/browse/AVRO-2943
https://issues.apache.org/jira/browse/AVRO-2943