jecsand838 commented on PR #8349: URL: https://github.com/apache/arrow-rs/pull/8349#issuecomment-3322015819
@scovich > 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. -- 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]
