[ 
https://issues.apache.org/jira/browse/AVRO-3756?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17732633#comment-17732633
 ] 

ASF subversion and git services commented on AVRO-3756:
-------------------------------------------------------

Commit aa450f35caf4ed209018bf3a70fb9352989b936c in avro's branch 
refs/heads/branch-1.11 from Alex Rosenfeld
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=aa450f35c ]

AVRO-3756: [csharp] Add a method to return types instead of writing them to 
disk (#2215)

* AVRO-3756 add method to return types to user instead of writing to disk

* add using block

* add a unit test

* appease the linter

> Support writing types back to the user in memory without writing files to disk
> ------------------------------------------------------------------------------
>
>                 Key: AVRO-3756
>                 URL: https://issues.apache.org/jira/browse/AVRO-3756
>             Project: Apache Avro
>          Issue Type: Bug
>          Components: csharp
>            Reporter: Alexander Rosenfeld
>            Assignee: Alexander Rosenfeld
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.12.0, 1.11.2
>
>          Time Spent: 3h 40m
>  Remaining Estimate: 0h
>
> As per the title, Avro C# should support writing types directly back to the 
> user, instead of [forcing the user to write to 
> disk|https://github.com/apache/avro/blob/master/lang/csharp/src/apache/main/CodeGen/CodeGen.cs#L1144].
>  This is critical for use in scenarios where the code generation is done in a 
> CI job, where disk permissions might not be flexible.
>  
> I already have code for this and intend to submit a patch along with this 
> ticket.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to