viirya commented on issue #1425:
URL: https://github.com/apache/arrow-rs/issues/1425#issuecomment-1065803182


   > The idea is we don't need to Clone, why bother? As in your Java program 
you need to hold the pointer as long as you need it, and can only free it when 
the job is done.
   
   Are you sure it works? 
   
   ```
   error[E0507]: cannot move out of `*array` which is behind a raw pointer
   ...
   error[E0507]: cannot move out of `*schema` which is behind a raw pointer
   ```


-- 
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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to