jinchengchenghh commented on PR #10637:
URL:
https://github.com/apache/incubator-gluten/pull/10637#issuecomment-3431653278
Could you describe in the PR description how you validate the nested
functions, such as func1(func2(func3(func4())))?
You need to find which function is the not supported expression.
And, if it is possible to reuse the node validation?
val relNode =
getRelNode(substraitContext, list, child.output, operatorId, null,
validation = true)
// Then, validate the generated plan in native engine.
doNativeValidation(substraitContext, relNode)
--
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]