alamb opened a new issue, #6701: URL: https://github.com/apache/arrow-rs/issues/6701
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** It is a pretty common usecase for systems (e.g. InfluxDB 3.0) to ingest data and write it as parquet files and then only ready parquet files that we wrote (and this are well formed) Doing utf8 validation in the parquet reader take a significant amount of time for string data, likely leading to proposals to improve it like - https://github.com/apache/arrow-rs/issues/6667 However if the usecase is to speed up parquet data that is "trusted" maybe validating at all is unecessary. **Describe the solution you'd like** Add an `unsafe` parquet API to disable UTF8 validation during read for users **Describe alternatives you've considered** <!-- A clear and concise description of any alternative solutions or features you've considered. --> **Additional context** <!-- Add any other context or screenshots about the feature request here. --> -- 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]
