adamreeve commented on code in PR #45186:
URL: https://github.com/apache/arrow/pull/45186#discussion_r1923333192
##########
cpp/src/parquet/column_reader.cc:
##########
@@ -1611,7 +1611,12 @@ class TypedRecordReader : public
TypedColumnReaderImpl<DType>,
// another record start or exhausting the ColumnChunk
int64_t level = levels_position_;
if (at_record_start_) {
- ARROW_DCHECK_EQ(0, rep_levels[levels_position_]);
+ if (rep_levels[levels_position_] != 0) {
Review Comment:
Yes, fixed
--
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]