ogrman commented on issue #5150:
URL: https://github.com/apache/arrow-rs/issues/5150#issuecomment-1842453941

   Here is a link to a reproduction:
   
   https://github.com/ogrman/test-parquet-read-records
   
   The output from this program is:
   
   ```
   % cargo run
       Finished dev [unoptimized + debuginfo] target(s) in 0.40s
        Running `target/debug/parquet-bug`
   parquet file created: 405 bytes
   reader: reading row group 0
   reader: reading column 0
   reader: 1 records read
   reader: 5 values read
   reader: 5 levels read
   writer: 5 values written
   reader: 1 records read
   reader: 3 values read
   reader: 3 levels read
   Error: Parquet error: Write must start at a record boundary, got non-zero 
repetition level of 1
   ```
   


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