Skip to content

Commit

Permalink
Update cpp/src/arrow/c/bridge.cc
Browse files Browse the repository at this point in the history
Co-authored-by: Benjamin Kietzman <[email protected]>
  • Loading branch information
zeroshade and bkietz authored Nov 11, 2024
1 parent 53f564a commit b5887eb
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 @@ -2572,7 +2572,7 @@ class AsyncRecordBatchIterator {
Status error_{Status::OK()};
};

AsyncRecordBatchIterator(uint64_t queue_size, const DeviceMemoryMapper mapper)
AsyncRecordBatchIterator(uint64_t queue_size, DeviceMemoryMapper mapper)
: state_{std::make_shared<State>(queue_size, std::move(mapper))} {}

explicit AsyncRecordBatchIterator(std::shared_ptr<State> state)
Expand Down

0 comments on commit b5887eb

Please sign in to comment.