jhorstmann commented on PR #9445:
URL: https://github.com/apache/arrow-rs/pull/9445#issuecomment-4401597385

   This makes `RecordBatch` quite a bit larger (40 bytes -> 88 bytes), which by 
itself is probably not an issue. I think it might be quite common to clone 
batches though, and both the schema and arrays inside are already reference 
counted. What do you think of  using `Option<Arc<HashMap<String, String>>>` to 
both reduce size and make cloning cheaper?


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