Commits


hwse authored and GitHub committed ea2c54b9d1b
AVRO-4033: [C++] Filter out redundant union classes generated by avrogencpp (#3088) * AVRO-4033: [C++] Filter out redundant union classes generated by avrogencpp. For a unique list of union branches only one class will be generated. This can reduce the header size in schemas with many unions. * AVRO-4033: [C++] Align parameter names for UnionCodeTracker::setTraitsGenerated to be more consistent (#3088) --------- Co-authored-by: hwse <a35winuuvvbpa@mailbox.org>