Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
rtpsw committed Jun 1, 2023
1 parent 1923375 commit caa5b5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/arrow/acero/asof_join_node_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1400,7 +1400,7 @@ void TestBackpressure(BatchesMaker maker, int num_batches, int batch_size,
auto bp_options = static_cast<const BackpressureTestNodeOptions&>(options);
return plan->EmplaceNode<BackpressureTestNode>(
plan, inputs, inputs[0]->output_schema(), bp_options);
};
}

const char* kind_name() const override { return "BackpressureTestNode"; }
Result<ExecBatch> ProcessBatch(ExecBatch batch) override { return batch; }
Expand Down

0 comments on commit caa5b5d

Please sign in to comment.