niekverw opened a new pull request, #926:
URL: https://github.com/apache/arrow-nanoarrow/pull/926

   Hi, I had implemented dictionary batch writing for a project that I was 
working on, I noticed a thread 
(https://github.com/apache/arrow-nanoarrow/issues/622) about it, so I just 
wanted to share what I had in case it is useful.  I needed this for a project 
that emits dictionary-encoded columns over IPC.  I use 
ArrowIpcWriterWriteDictionaryBatch directly, for the PR I wired it into 
WriteArrayStream  so dictionaries get emitted automatically on the high-level 
path and added a write→read round-trip test. Happy to also adjust.


-- 
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