bkietz commented on code in PR #38443:
URL: https://github.com/apache/arrow/pull/38443#discussion_r1409393131
##########
cpp/src/arrow/c/bridge.cc:
##########
@@ -1418,9 +1454,7 @@ class ImportedBuffer : public Buffer {
struct ArrayImporter {
explicit ArrayImporter(const std::shared_ptr<DataType>& type)
- : type_(type),
- zero_size_buffer_(std::make_shared<Buffer>(kZeroSizeArea, 0)),
- device_type_(DeviceAllocationType::kCPU) {}
Review Comment:
This was a linter action, which replaced DeviceAllocationType::kCPU with
`{}` below since that's equivalent in this case. I'll replace `{}` with the
more explicit form.
--
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]