adriangb opened a new pull request, #7015:
URL: https://github.com/apache/arrow-rs/pull/7015

   We essentially had to vendor this module to implement this. I know this has 
been discussed in the past and there was pushback against exposing `Encoder` to 
the public API but since I had to go through the work of updating our vendored 
version I thought I'd at least try to make a PR to upstream this to make our 
lives easier in the future and bring value back to the community.
   
   In my opinion exposing this is a rather small adition the public API and any 
breaking changes in the future will be restricted to the JSON encoder, which is 
not a core part of the project. It seems worth it and addresses various 
requests e.g. how to encode a binary array (base64 encoded string or array of 
ints are both common). It has also been a stable API for ~ 1 year 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]

Reply via email to