MichaelBitard commented on issue #349:
URL: https://github.com/apache/arrow-rs/issues/349#issuecomment-879243332


   I just updated prqs to use the latest version of parquet-rs and arrow 
(commit 6698eed) and the issue still happens with the example you provided 
@garyanaplan. It is stuck at 2046 rows read.
   
   To reproduce:
   * clone https://github.com/MichaelBitard/pqrs (I pushed the sample.parquet 
in the repository)
   * launch `cargo run rowcount sample.parquet` --> you'll see 2049 files
   * launch `cargo run cat sample.parquet`
     * It'll hang at the 2046th line: 
   ```
   CurrentRow 2046 0
   {DIM0: 2046, DIM1: 2046.0, DIM2: [50, 48, 52, 54], DIM3: true}
   ```
   
   It is stuck in the print_rows function: 
https://github.com/MichaelBitard/pqrs/blob/master/src/utils.rs#L55


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