zhztheplayer opened a new pull request, #5514: URL: https://github.com/apache/incubator-gluten/pull/5514
Definitions: - pre-validation: Decide whether a Spark plan node can be transformed in terms of the vanilla Spark plan node it self. - post-validation: Decide whether a Spark plan node can be transformed by calling `#doValidate` API on Gluten plan node after a tentative transform. The PR extracts all pre-validation code out from class `AddTransformHintRule` for future use by RAS. RAS needs this part only and does post-validation together with RAS implementation rules. -- 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]
