zcsizmadia commented on a change in pull request #1536:
URL: https://github.com/apache/avro/pull/1536#discussion_r807361245
##########
File path: lang/csharp/src/apache/main/File/Codec.cs
##########
@@ -140,6 +161,15 @@ public static Codec CreateCodec(Type codecType)
return new DeflateCodec();
case Type.Null:
return new NullCodec();
+ case Type.Snappy:
Review comment:
@martin-g This is how the codec could be created dynacally, if the
proper codec nuget was PackeReferenced
--
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]