etseidl commented on issue #6581: URL: https://github.com/apache/arrow-rs/issues/6581#issuecomment-2422696544
This sounds like issues we had when trying to read page indexes that were not actually present in the file. Basically what happens is the offsets in the metadata point to a location in the original file, but are meaningless in the context of a metadata-only file written by `ParquetMetaDataWriter`. This doesn't appear to be what's happening here, but may be related. I'll have a closer look at your code and see if anything leaps out. -- 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]
