rluvaton opened a new pull request, #6898:
URL: https://github.com/apache/arrow-rs/pull/6898

   # Rationale for this change
   
   Debugging ArrayRef is a nightmare:
   
   for this example code:
   ```rust
   let my_array = make_array(...)
   ```
   
   the lldb is:
   ```
   (lldb) frame variable my_array
   (alloc::sync::Arc<dyn arrow_array::array::Array, alloc::alloc::Global>) 
values = strong=1, weak=0 {
     data = {}
   }
   ```
   
   now, we can put a debugger before casting to `ArrayRef` making our life a 
little easier
   


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