Commits


Aniket Mokashi authored and Thiruvalluvan M G committed 4a8e814327b
AVRO-1256: C++ API compileJsonSchema ignores "doc" and custom attributes on a field/record (#345) * AVRO-1256. C++ API compileJsonSchema ignores doc and custom attributes on a field/record * minor code fixes * minor code fixes * more std::string fixes * Add escape_json function to print doc string * solve merge conflict * compactSchema changes * minor refactor * Fix tests * fix formatting * fix formatting * Fix nullptr and tests