wolfv commented on PR #3030: URL: https://github.com/apache/arrow-rs/pull/3030#issuecomment-1304865556
My rust is not very good and I know next to nothing about parquet. It was triggered when iterating over these parquet files: `https://s3.amazonaws.com/anaconda-package-data/conda/monthly/2022/2022-05.parquet` I don't know what condition triggers this code path. However, this is _clearly_ a logic error (since the size of the buffer is 1024 elements and Rust has a 0-based indexing the maximum value is 1023). -- 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]
