Rikkola commented on PR #6584: URL: https://github.com/apache/incubator-kie-drools/pull/6584#issuecomment-3919187254
`Just one thing: 5. No index support on the join. Per my understanding, BiLinearNode doesn't support a cross-network constraint, so BiLinearBetaConstraints.wrappedConstraints is always EmptyBetaConstraints, so we don't need to deal with the index, right? If BiLinearNode will have a constraint use case, we should come back to this topic.` Yes this is correct. Supporting this I guess would be possible in someways, but the problem then will be the detection mechanism for BiLinear gets more complicated. The benefits might not be worth the effort. -- 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]
