[ 
https://issues.apache.org/jira/browse/AVRO-3405?focusedWorklogId=728774&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-728774
 ]

ASF GitHub Bot logged work on AVRO-3405:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 17/Feb/22 08:57
            Start Date: 17/Feb/22 08:57
    Worklog Time Spent: 10m 
      Work Description: martin-g commented on pull request #1551:
URL: https://github.com/apache/avro/pull/1551#issuecomment-1042714043


   All done!
   Please review!
   
   > We prefer the approach taken by `avrow` where `.set_metadata()` is a 
Builder method and therefore does not require we declare the Writer as `mut`
   
   I've added support for this. But I don't see how useful an immutable Writer 
could be - you cannot add records/datum to it.


-- 
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: 728774)
    Time Spent: 20m  (was: 10m)

> add API for user-provided metadata when writing to Object Container File
> ------------------------------------------------------------------------
>
>                 Key: AVRO-3405
>                 URL: https://issues.apache.org/jira/browse/AVRO-3405
>             Project: Apache Avro
>          Issue Type: Improvement
>          Components: rust
>    Affects Versions: 1.11.0
>         Environment: Rust Edition 2021
> avro-rs = "0.13.0"
>  
>            Reporter: Kevin
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> Other libraries provide an API for user-specified metadata to be written to 
> the header of an Avro Object Container File. In our case we have always done 
> this from Python but are now implementing new projects in Rust. This is 
> important to our use of Avro as the metadata provides critical context for 
> data handling from container files.
> As an example in Rust, see the {{avrow}} crate which [provides this 
> facility|https://docs.rs/avrow/0.2.1/avrow/struct.WriterBuilder.html] as a 
> method on its {{{}WriterBuilder{}}}. Something similar for {{avro-rs}} would 
> suit our needs.
> For a variety of reasons we are unable to use {{avrow}} in our Rust 
> development, so we need this Improvement in Apache {{{}avro-rs{}}}.
> Thank you for your consideration!



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to