mkmkme opened a new pull request, #2762:
URL: https://github.com/apache/avro/pull/2762

   Use raw string literals and format JSON to improve readability.
   
   
   ## What is the purpose of the change
   
   I was doing some stuff related to AVRO-3945 and realised some of it deserves 
a new test case. I wanted to understand how do the tests from `CodecTests.cc` 
work and found it quite difficult due to the formatting.
   
   In some near future I hope to switch to C++20 to enable [designated 
initializers](https://en.cppreference.com/w/cpp/language/aggregate_initialization#Designated_initializers).
 But for that I'll have to check the version of the compilers in the CI. For 
now this should do. 
   
   ## Verifying this change
   
   This change is a trivial rework / code cleanup without any test coverage.
   
   ## Documentation
   
   - Does this pull request introduce a new feature? **no**


-- 
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

Reply via email to