etseidl commented on PR #6582: URL: https://github.com/apache/arrow-rs/pull/6582#issuecomment-2423341998
Hit submit too soon...the rub here is that we're using the synchronous metadata reader with the asynchronous file reader (which is a scenario we're trying to support). I think the workaround in this PR is correct, but will become unnecessary once the `ParquetMetaDataReader` properly returns `None` rather than `Some([])` when page indexes are not present. But it's likely good to have the extra sanity checks this PR provides. -- 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]
