Commits


Sahil Kang authored and GitHub committed 9b195c13152
AVRO-3961: [C] Add AVRO_INVALID to avro_type_t (#2799) EINVAL was already being cast to an avro_type_t in the public interface, and making AVRO_INVALID explicit in the enum removes two preexisting workarounds. AVRO_INVALID uses the same value as EINVAL for ABI compatibility, and a test is added to ensure no collisions with the preexisting enums. Signed-off-by: Sahil Kang <sahil.kang@asilaycomputing.com> Signed-off-by: Sahil Kang <sahilkang@google.com>