Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion r/src/compute-exec.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ class AccumulatingConsumer : public compute::SinkNodeConsumer {
public:
const std::vector<std::shared_ptr<arrow::RecordBatch>>& batches() { return batches_; }

arrow::Status Init(const std::shared_ptr<arrow::Schema>& schema) {
arrow::Status Init(const std::shared_ptr<arrow::Schema>& schema) override {
schema_ = schema;
return arrow::Status::OK();
}
Expand Down