KalleOlaviNiemitalo commented on PR #2707:
URL: https://github.com/apache/avro/pull/2707#issuecomment-1908166072

   @martin-g, what's the test in which `CodecFactory.fromString("deflate")` 
returns `GZipCodec.class`?  To me, it looks like there is no `GZipCodec` class, 
and `HadoopCodecFactory` uses the `DeflateCodec` class for both 
"org.apache.hadoop.io.compress.DeflateCodec" and 
"org.apache.hadoop.io.compress.GZipCodec", whereas `CodecFactory` doesn't have 
this kind of aliasing built-in.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to