isimanovich commented on issue #39919: URL: https://github.com/apache/arrow/issues/39919#issuecomment-1932373641
yes, i did see in your thread on https://github.com/Kotlin/dataframe/pull/577#issuecomment-1919048632 that downgrade to `14.0.2` helped, so I will be doing that for now. I wanted to point out that in my case it is also issue on Linux and it works fine on Mac M1 Pro. While I understand that this is not exactly the same issue as current ticket, I was pointing out that it was similar to https://github.com/Kotlin/dataframe/pull/577#issuecomment-1917643952 > It seems that's due to the usage of NativeMemoryPool.createListenable( DirectReservationListener.instance()) instead of NativeMemoryPool.getDefault() in my case, im seeing this behavior with both `NativeMemoryPool.createListenable( DirectReservationListener.instance())` and `NativeMemoryPool.getDefault()` -- 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]
