Skip to content

Commit

Permalink
const AllocationType is meaningless
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroshade committed Oct 22, 2024
1 parent ce408a2 commit ff148e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/arrow/c/bridge.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2545,7 +2545,7 @@ class AsyncRecordBatchIterator {

const std::shared_ptr<Schema>& schema() const { return state_->schema_; }

const DeviceAllocationType device_type() const { return state_->device_type_; }
DeviceAllocationType device_type() const { return state_->device_type_; }

Result<RecordBatchWithMetadata> Next() {
std::pair<ArrowAsyncTask, std::shared_ptr<KeyValueMetadata>> task;
Expand Down

0 comments on commit ff148e5

Please sign in to comment.