jorisvandenbossche commented on code in PR #40807:
URL: https://github.com/apache/arrow/pull/40807#discussion_r1587554861


##########
cpp/src/arrow/record_batch.cc:
##########
@@ -623,6 +667,16 @@ Status RecordBatch::ValidateFull() const {
   return ValidateBatch(*this, /*full_validation=*/true);
 }
 
+const std::shared_ptr<Device::SyncEvent>& RecordBatch::GetSyncEvent() const {
+  return null_sync_event_;
+}
+
+DeviceAllocationType RecordBatch::device_type() const {
+  return DeviceAllocationType::kCPU;

Review Comment:
   Ah, I missed the distinction between RecordBatch and SimpleRecordBatch in 
the diff



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