fatemehp commented on code in PR #14142:
URL: https://github.com/apache/arrow/pull/14142#discussion_r978135109
##########
cpp/src/parquet/column_reader.cc:
##########
@@ -1494,8 +1677,6 @@ class TypedRecordReader : public
ColumnReaderImplBase<DType>,
levels_capacity_ = levels_remaining;
}
- records_read_ = 0;
Review Comment:
This variable is currently not used anywhere, so I am inclined towards
removing it since it will be another member variable to keep updated. We could
always add it back later and actually use it for checking the current position
of the reader.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]