mapleFU commented on code in PR #45186:
URL: https://github.com/apache/arrow/pull/45186#discussion_r1922992759


##########
cpp/src/parquet/column_reader.cc:
##########
@@ -1603,7 +1603,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:
   Let me go through this tonight. I think I can try to check this when first 
deducing the `at_record_start_`, but I need to go through this part of the code 



-- 
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]

Reply via email to