Commits


Martin Grigorov authored and GitHub committed d17c5cc5c06
AVRO-3549: [rust] Return a proper error when the codec is not supported and/or enabled. (#1740) * AVRO-3549: [rust] Avro reader fails if it tries to read data compressed with codec that is not enabled in features Return a proper error when the codec is not supported and/or enabled. Signed-off-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org> * AVRO-3549: Enable the new test only when 'snappy' feature is not enabled Signed-off-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org>