[
https://issues.apache.org/jira/browse/AVRO-3388?focusedWorklogId=725550&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-725550
]
ASF GitHub Bot logged work on AVRO-3388:
----------------------------------------
Author: ASF GitHub Bot
Created on: 12/Feb/22 01:54
Start Date: 12/Feb/22 01:54
Worklog Time Spent: 10m
Work Description: zcsizmadia edited a comment on pull request #1536:
URL: https://github.com/apache/avro/pull/1536#issuecomment-1036933018
This is a POC how XZ, bzip2, snappy and zstandard can be added to C#.
All of these extra codecs would beimplemented ina aseparate nuget package,
so the originalmain avro library does not change at all.
The package dependencies are specified by the codec libraries.
E.g. this proof of concept builds 4 new nuget packages:
```
Apache.Avro.Codec.XZ.1.12.0.nupkg
Apache.Avro.Codec.Zstandard.1.12.0.nupkg
Apache.Avro.Codec.Snappy.1.12.0.nupkg
Apache.Avro.Codec.BZip2.1.12.0.nupkg
```
The codecs need to be registered the Codec registartion feature, which was
added in https://github.com/apache/avro/pull/1358
This is a very early stage POC, so any ideas are appreciated!
--
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]
Issue Time Tracking
-------------------
Worklog Id: (was: 725550)
Time Spent: 1h (was: 50m)
> Implement extra codecs for C# as seperate nuget packages
> --------------------------------------------------------
>
> Key: AVRO-3388
> URL: https://issues.apache.org/jira/browse/AVRO-3388
> Project: Apache Avro
> Issue Type: New Feature
> Components: csharp
> Reporter: Zoltan Csizmadia
> Priority: Minor
> Labels: pull-request-available
> Time Spent: 1h
> Remaining Estimate: 0h
>
> C# main library supports only Deflate and Null codecs. There are other
> supported codecs using Java: XZ, bzip2, zstandard, snappy.
>
> C# has support for all these codecs, however they require many dependencies.
> It makes sense to create nuget packages for each codec, and the end user
> references the codecs, which are needed.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)