Skip to content

Commit 300da57

Browse files
fenfeng9wgtmac
andauthored
Update cpp/src/parquet/arrow/reader_writer_benchmark.cc
Co-authored-by: Gang Wu <[email protected]>
1 parent fcfb4e2 commit 300da57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/src/parquet/arrow/reader_writer_benchmark.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -778,7 +778,7 @@ static void BM_ReadMultipleRowGroups(::benchmark::State& state) {
778778
auto arrow_reader = std::move(*arrow_reader_result);
779779

780780
std::shared_ptr<Table> table;
781-
PARQUET_ASSIGN_OR_THROW(table, arrow_reader->ReadRowGroups(rgs));
781+
PARQUET_ASSIGN_OR_THROW(auto table, arrow_reader->ReadRowGroups(rgs));
782782
}
783783
SetBytesProcessed<Int64Type>(state);
784784
}

0 commit comments

Comments
 (0)