Closed tkobayas closed 6 months ago
org.drools.compiler.integrationtests.AccumulateConsistencyTest#testMinMatchUnificationQuery
query getResults( String $name, List $persons ) accumulate( $p : Person( name == $name), $persons := collectList( $p ) ) end
16:33:04.704 [main] ERROR o.d.c.k.b.impl.AbstractKieProject.buildKnowledgePackages:280 - Unable to build KieBaseModel:KieBaseModelName Unable to resolve ObjectType 'accumulate' : [Query name='getResults']
/take
Fixed by https://github.com/apache/incubator-kie-drools/pull/5907
Parent issue
5678
Failing tests
org.drools.compiler.integrationtests.AccumulateConsistencyTest#testMinMatchUnificationQuery
Rule code snippet
Error output