NEUpanning commented on issue #10149:
URL: 
https://github.com/apache/incubator-gluten/issues/10149#issuecomment-3061199564

   The post projection has been registered to NestedLoopJoin, see 
https://github.com/apache/incubator-gluten/blob/main/gluten-substrait/src/main/scala/org/apache/gluten/execution/BroadcastNestedLoopJoinExecTransformer.scala#L134
   
   NestedLoopJoin corresponds to a single substrait rel which is CrossRel but 
maps to two velox operators which are NestedLoopJoinBuild and 
NestedLoopJoinProbe, so the NestedLoopJoin updater has to handle one more 
native matrics.


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