[
https://issues.apache.org/jira/browse/AVRO-3388?focusedWorklogId=727851&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-727851
]
ASF GitHub Bot logged work on AVRO-3388:
----------------------------------------
Author: ASF GitHub Bot
Created on: 15/Feb/22 21:17
Start Date: 15/Feb/22 21:17
Worklog Time Spent: 10m
Work Description: zcsizmadia edited a comment on pull request #1536:
URL: https://github.com/apache/avro/pull/1536#issuecomment-1040801013
Of course there are many options to integrate the avro main with the codecs,
but it should be transparaent and convinient for the user. That us why I
imagined that the application doing this would do all the dynamic binding:
```
<PackageReference Include"Apache.Avro" Version="1.11.0" />
<PackageReference Include"Apache.Avro.Codec.XZ" Version="1.11.0" /> // to
enable XZ
<PackageReference Include"Apache.Avro.Codec.Snappy" Version="1.11.0" /> //
to enable Snappy
```
This shoudl be the only thing to bind the C# codecs together with Avro.main.
If that PackageReferenceing the codec is not there, tha application throws an
exception, unknown codec, just like as of now.
--
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: 727851)
Time Spent: 4h 40m (was: 4.5h)
> 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: 4h 40m
> 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)