pascalginter opened a new pull request, #3167: URL: https://github.com/apache/avro/pull/3167
Migrated the vast majority of json schema definitions to raw string literals to improve their readability. Notable exception are schemas heavily relying on escaped characters that test the json after compilation are compact ## What is the purpose of the change Improve readability of json schemas in SchemaTests.cc (Similar work was already done in CodecTests.cc https://github.com/apache/avro/pull/2762) I did this work in preparation of adding some new tests in the context of https://issues.apache.org/jira/browse/AVRO-4058 ## Verifying this change *(Please pick one of the following options)* This change is a trivial rework / code cleanup without any test coverage. ## Documentation - Does this pull request introduce a new feature? no - If yes, how is the feature documented? not applicable -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@avro.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org