scovich commented on PR #8349: URL: https://github.com/apache/arrow-rs/pull/8349#issuecomment-3322151374
> > No check that the input bytes are valid utf-8? > > I wanted to avoid validating per‑value in the hot decode path. Right now malformed writer data will fail at flush time when we build the Arrow array. I could probably do a fail‑fast check at decode time via a feature flag as part of a follow-up PR though. Fair! Arrow array build failure seems soon enough to detect what is hopefully a super uncommon case? -- 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]
