felipecrv commented on code in PR #43542:
URL: https://github.com/apache/arrow/pull/43542#discussion_r1731974494


##########
cpp/src/arrow/chunked_array.h:
##########
@@ -41,6 +43,86 @@ template <typename T, typename V>
 class ChunkedArrayIterator;
 }  // namespace stl
 
+class ARROW_EXPORT DeviceAllocationTypeSet {

Review Comment:
   I didn't put in `device.h` because `chunked_array.h` (included a lot!) needs 
this and `device.h` is a heavy header. So I ended up creating a new `.h` for 
the type set.



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