PPParticle commented on issue #45116: URL: https://github.com/apache/arrow/issues/45116#issuecomment-2564712543
> Could you provide a Parquet file that reproduces this problem? [customer.zip](https://github.com/user-attachments/files/18269592/customer.zip) I added a predicate statement to make sure the scan ranges valid before `GetRecordBatchReader`, which was `if(j * batch_size >= std::min((j + 1) * batch_size, nrgs)) break;`. It turned that the scan range that [x,x] was avoided. However, it still did not fix the problem, especially runing the compiled program by `./a.out customer.parquet 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]
