tustvold commented on PR #3391:
URL: https://github.com/apache/arrow-rs/pull/3391#issuecomment-1366571449

   > I am particularly interested in your opinion of how we should handle 
sending RecordBatch'es and retain the dictionary encoding.
   
   I think we could just assign a unique ID to each dictionary encoded field, 
and then send a new DictionaryBatch for each field for each RecordBatch. We 
could then potentially retain the previous dictionary and use 
`ArrayData::ptr_eq` to elide sending the exact same dictionary again.


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