drccrd opened a new pull request, #6787: URL: https://github.com/apache/incubator-kie-drools/pull/6787
Fixes: #6783 A result constraint that references an inline-binding accumulate result (e.g. "$ages : collectList($a); $ages.size > 0") failed to compile because the binding was left typed as Object. After building the accumulate pattern, retype the binding references in the result-constraint lambdas to the accumulate function's result type, without altering the pattern object type used for matching -- 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]
