Skip to content

Commit

Permalink
link to follow-up issue
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroshade committed Jun 25, 2024
1 parent 90c7438 commit 0de2111
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cpp/src/arrow/ipc/writer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ class RecordBatchSerializer {
}

if (arr.offset() != 0 && arr.device_type() != DeviceAllocationType::kCPU) {
// https://github.com/apache/arrow/issues/43029
return Status::NotImplemented("Cannot compute null count for non-cpu sliced array");
}

Expand Down

0 comments on commit 0de2111

Please sign in to comment.