felipecrv opened a new pull request, #43853:
URL: https://github.com/apache/arrow/pull/43853

   ### Rationale for this change
   
   `ChunkedArray` allow flexible allocation of array -- the whole array doesn't 
have to be allocated in huge contiguous buffers. Nothing prevents chunked 
arrays from being made of chunks allocated in different devices and that is 
good. We need a way to query the set of devices a chunked array is allocated 
and this PR adds that missing part.
   
   ### What changes are included in this PR?
   
   Addition of:
   - the `DeviceAllocationTypeSet` class
   - `ChunkedArray::device_types()`
   - `Datum::device_types()`
   
   ### Are these changes tested?
   
   TODO
   
   ### Are there any user-facing changes?
   
   New APIs.


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