Updated it so that it also uses `std::shared_ptr` with a noop deleter. 

```
std::shared_ptr<arrow::MemoryPool> MemoryPool_default(){
  return std::shared_ptr<arrow::MemoryPool>(arrow::default_memory_pool(), 
NoDelete<arrow::MemoryPool>());
}
```

[ Full content available at: https://github.com/apache/arrow/pull/2596 ]
This message was relayed via gitbox.apache.org for [email protected]

Reply via email to