We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcfb4e2 commit 300da57Copy full SHA for 300da57
cpp/src/parquet/arrow/reader_writer_benchmark.cc
@@ -778,7 +778,7 @@ static void BM_ReadMultipleRowGroups(::benchmark::State& state) {
778
auto arrow_reader = std::move(*arrow_reader_result);
779
780
std::shared_ptr<Table> table;
781
- PARQUET_ASSIGN_OR_THROW(table, arrow_reader->ReadRowGroups(rgs));
+ PARQUET_ASSIGN_OR_THROW(auto table, arrow_reader->ReadRowGroups(rgs));
782
}
783
SetBytesProcessed<Int64Type>(state);
784
0 commit comments