Commits


Martin Grigorov authored and GitHub committed da98719ad84
AVRO-3899: [Rust] Invalid logical types should be ignored and treatedas the underlying type (#2580) * AVRO-3899: [Rust] Invalid logical types should be ignored and treated as the underlying type Log a warning for invalid logical (decimal) schema and use the underlying (base) schema Signed-off-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org> * AVRO-3899: [Rust] Add a new unit test for parsing decimal schema Assert that a log message is logged for invalid schema. Assert that the same log message is not logged for a valid decimal schema. Signed-off-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org> --------- Signed-off-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org>