deep826 commented on issue #38651:
URL: https://github.com/apache/arrow/issues/38651#issuecomment-1807592863

   > ```c++
   > arrow::default_memory_pool()
   > ```
   thks!
   I found where the problem is. The container I used pre-installed arrow & 
parquet library, and I install them again. I used cmake `find_package` command 
to find the libararies (actually pre-installed version: 10.1.0). 
   After linking the libraries which versions are 13.0.0, the problem solved, 
default memory_pool is jemalloc.


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