jiangjiangtian commented on PR #10637: URL: https://github.com/apache/incubator-gluten/pull/10637#issuecomment-3435732636
> With that validation strategy, do you mean we will validate func1() 4 times if func4 is not supported? Could you optimize it? > > > For example, if the expression is func4(func3(func2(func1()))), then we first determine whether func1() is offload-able. Second, we determine whether func2() is offload-able and so on. Oh yes, I will try to optimize it. Thank you! -- 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]
