zhztheplayer opened a new pull request, #9145: URL: https://github.com/apache/incubator-gluten/pull/9145
We don't usually access child nodes in `doValidateInternal`s implementation. Such kind of validation operations should be considered cost-based optimisation and be done in whole-stage fallback or in ras or in an individual columnar rule. The patch removes the relevant code. This could be a fix for https://github.com/apache/incubator-gluten/pull/8914's CI failure. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
