Skip to content

Commit

Permalink
remove unused metadata_
Browse files Browse the repository at this point in the history
  • Loading branch information
bkietz authored and nealrichardson committed Jun 26, 2020
1 parent 1ef9e82 commit 0c705bf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cpp/src/parquet/arrow/reader.cc
Expand Up @@ -378,7 +378,6 @@ class RowGroupRecordBatchReader : public ::arrow::RecordBatchReader {
}

private:
std::shared_ptr<FileMetaData> metadata_;
std::vector<int64_t> row_group_remaining_sizes_;
std::vector<int64_t>::iterator row_group_remaining_size_;
std::vector<std::unique_ptr<ColumnReaderImpl>> field_readers_;
Expand Down

0 comments on commit 0c705bf

Please sign in to comment.