-
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-3845: avro-tools: Add log entry when an external schema is used #2121
Conversation
Nice small change. |
Thanks @clesaec. I have sent a request to get a Jira user (to create a ticket). But no response since a few weeks back. |
|
Tested manully: --schema-file
--schema
|
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.
👍
…pache#2121) * Add log entry when an external schema is used. * Cover both reader and writer. --------- Co-authored-by: Ruslan Altynnikov
What is the purpose of the change
When
avro-tools fromjson
parameter--schema-file
or--schema
is used, it is unclear whether the tool actually picked up the provided schema.Verifying this change
This change is a trivial rework / code cleanup without any test coverage.
Also a couple of code style warnings are fixed.