LiaCastaneda commented on issue #22758:
URL: https://github.com/apache/datafusion/issues/22758#issuecomment-4937279117

   > I still think pursuing it is worthwhile and is actually a pretty well 
trodden path. [PostgreSQL basically highly suggests if not 
mandates](https://github.com/postgres/postgres/blob/master/src/backend/utils/mmgr/README)
 you use their palloc for allocation for everything.
   
   Perhaps an abstraction in arrow-rs that uses the unstable API on the inside, 
if the API changes when it stabilizes, we just update the abstraction's 
internal implementation and not its public methods, so the API doesn't break. 
Easier said than done though 😄 this would require a lot more thought to check 
if it's feasible.


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

Reply via email to