Skip to content

Commit 36a0114

Browse files
committed
Add missing ()
1 parent 99f3a88 commit 36a0114

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cpp/src/parquet/arrow/reader_writer_benchmark.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ static void BenchmarkReadTable(::benchmark::State& state, const Table& table,
299299
std::unique_ptr<FileReader> arrow_reader;
300300
auto reader_result =
301301
FileReader::Make(::arrow::default_memory_pool(), std::move(reader));
302-
EXIT_NOT_OK(result.status);
302+
EXIT_NOT_OK(result.status());
303303

304304
std::shared_ptr<Table> table;
305305
EXIT_NOT_OK(arrow_reader->ReadTable(&table));

0 commit comments

Comments
 (0)