danepitkin commented on code in PR #43795:
URL: https://github.com/apache/arrow/pull/43795#discussion_r1728913218
##########
cpp/src/arrow/chunked_array.cc:
##########
@@ -48,16 +48,22 @@ ChunkedArray::ChunkedArray(ArrayVector chunks,
std::shared_ptr<DataType> type)
type_(std::move(type)),
length_(0),
null_count_(0),
+ device_type_(DeviceAllocationType::kCPU),
Review Comment:
I like your PR! I think this would word great for PyArrow.
--
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]