Commits


Martin Grigorov authored and GitHub committed db6cbe1fcf4
AVRO-3946: [Rust] Log warning/error for strange union types (#2767) A Union schema without any variants will log an ERROR from now on. A Union schema with a single variant will log a WARN suggesting to drop the union. Signed-off-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org>