Skip to content

Commit

Permalink
fix(reviews)
Browse files Browse the repository at this point in the history
  • Loading branch information
vibhatha committed Jan 9, 2023
1 parent 81a6842 commit 9792e7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/arrow/compute/exec/plan_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ void TestRecordBatchReaderSourceSink(

auto exp_batches = MakeBasicBatches();
ASSERT_OK_AND_ASSIGN(std::shared_ptr<RecordBatchReader> reader, to_reader(exp_batches));
RecordBatchReaderSourceNodeOptions options{reader, io::internal::GetIOThreadPool()};
RecordBatchReaderSourceNodeOptions options{reader};
ASSERT_OK(Declaration::Sequence({
{"record_batch_reader_source", options},
{"sink", SinkNodeOptions{&sink_gen}},
Expand Down

0 comments on commit 9792e7c

Please sign in to comment.