jiangjiangtian commented on PR #10637:
URL: 
https://github.com/apache/incubator-gluten/pull/10637#issuecomment-3435559864

   > 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)
   
   Thanks! I have update the PR description.
   
   I think we can't reuse the node to validate because the children of the 
expression may change.


-- 
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]

Reply via email to