adriangb commented on issue #16841:
URL: https://github.com/apache/datafusion/issues/16841#issuecomment-3570668115
I'm probably missing something but could we tie a memory reservation to an
array buffer itself so that it gets reserved once when the array is created and
freed whenever the array gets dropped? We could even implement `as_any()` as
`self.inner.as_any()` or something so that downcasts that do read only access
to the data continue to work.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]