mmaitre314 opened a new pull request, #5362: URL: https://github.com/apache/arrow-rs/pull/5362
# Which issue does this PR close? Closes #5315 # Rationale for this change Data pipelines reading Parquet files may encounter corrupted Parquet files as part of their regular activities and be resilient to them through graceful handling (ex: emit telemetry and skip the files). This behavior is more natural to implement when the Parquet crate returns an error instead of a panic. # What changes are included in this PR? Replace an assert with an if statement. # Are there any user-facing changes? Caller receives an error instead of a panic. -- 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]
