tkobayas commented on issue #6410: URL: https://github.com/apache/incubator-kie-drools/issues/6410#issuecomment-3187635978
@dcmaf Thank you for reporting the issue and providing the test case and the patch. I'm working on this issue with your test case. https://github.com/apache/incubator-kie-drools/pull/6419 I have one question. Your patch `Issue6410.patch` reverts - `findMostRecentPropagationContext` part in `PhreakRuleTerminalNode.doLeftTupleInsert` - `findMostRecentPropagationContext` part in `QueryElementNode.UnificationNodeViewChangedEventListener.rowAdded` I agree that reverting `PhreakRuleTerminalNode.doLeftTupleInsert` solves the issue in the test case. But I wonder if `QueryElementNode.UnificationNodeViewChangedEventListener.rowAdded` causes a problem. Did you have to revert `QueryElementNode.UnificationNodeViewChangedEventListener.rowAdded` to run your rules? Do you have a test case of that? Thanks! -- 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]
