scovich opened a new issue, #7711: URL: https://github.com/apache/arrow-rs/issues/7711
Yipes... I just realized that the iterator-based validation in this PR does too much validation. It recursively descends into all child objects/arrays and validates all the way to leaf level. For deeply nested variant values, that could easily take on a quadratic flavor! _Originally posted by @scovich in https://github.com/apache/arrow-rs/pull/7704#discussion_r2155481411_ -- 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]
