jackylee-ch commented on issue #8958: URL: https://github.com/apache/incubator-gluten/issues/8958#issuecomment-2718745155
The cause of the problem is that we need to put the offload for `DeltaProjectExecTransformer` into `legacy.injectTransform` for Validate checks, rather than placing it into `legacy.injectPostTransform`, as it would ignore its Validate. The `DeltaFilterExecTransformer` has the same problem. After making the following modifications, the test case have passed. https://github.com/jackylee-ch/gluten/commit/00e7b40f698d96903a3fbb2a1a42f935cbdc4ee8 -- 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]
