mrboojum commented on issue #42138: URL: https://github.com/apache/arrow/issues/42138#issuecomment-2165979938
Thanks for the quick response. Do I understand correctly that arrow doesn't have a function/method for initializing the static variables? Doing this on the application side is indeed not desirable due to not being able to check completeness of all allocations for static variables and maintainability. Regarding completeness we now have the list below, can you indicate if its complete (we don't detect any issues anymore)?  Regarding the memory allocation in general I have some more questions: Is it possible/common practice to provide your own subclass of MemoryPool to pass to the API methods (assuming its passed on)? -- 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]
