romankarlstetter opened a new issue, #45339: URL: https://github.com/apache/arrow/issues/45339
### Describe the bug, including details regarding any error messages, version, and platform. The pull request #43945 changes `TransferColumnData()` to require a `parquet::ColumnChunkMetaData` parameter. `LeafReader::LoadBatch` calls `input_->column_chunk_metadata()`, but this fails if the list of row group indices is empty. See https://github.com/apache/arrow/pull/43945/files/dcd3bdfd1ae313733c670567cd692016cb5523a9#r1926722505 This affects releases >=v18.0.0, arrow until 17.x works as expected. ### Component(s) C++, Parquet -- 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: issues-unsubscr...@arrow.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org