AVRO-2720: Enhance AvroTypeException message to include field name#1156
AVRO-2720: Enhance AvroTypeException message to include field name#1156subhashb wants to merge 6 commits intoapache:masterfrom
Conversation
The exception message now includes the field name on which the type exception was raised. Closes: AVRO-2720
|
@kojiromike Addressed review comments. SchemaResolutionException still accepts named arguments. I thought we can retain it as-is for now. Let me know if you think otherwise. |
|
@kojiromike I have resynced this branch with |
|
@subhashb I'm still seeing an error in github: |
|
@subhashb do the commits listed in github have the same sha hashes as the commits you have locally? |
|
@subhashb if I check out this PR by doing |
|
Apparently, rebasing the 6 commits into master causes conflicts since they are applied one by one. Closing this PR in favor of a clean slate PR #1287. |






The exception message now includes the field name on which the type exception was raised.
Closes: AVRO-2720
Make sure you have checked all steps below.
Jira
Tests
Commits
Documentation
NA