tkobayas commented on PR #5951:
URL: 
https://github.com/apache/incubator-kie-drools/pull/5951#issuecomment-2114240483

   I found that adding `?` to `relationalExpression` solves the issue, but I 
postpone this fix until we will fix some more remaining test failures so that I 
can see the potential side-effect easily.
   
   ```diff
   --- 
a/drools-drl/drools-drl-parser/src/main/antlr4/org/drools/drl/parser/antlr4/DRL6Expressions.g4
   +++ 
b/drools-drl/drools-drl-parser/src/main/antlr4/org/drools/drl/parser/antlr4/DRL6Expressions.g4
   @@ -505,7 +505,7 @@ locals [ BaseDescr lsd ]
                   $relationalExpression::lsd = $result;
               }
             }
   -  )*
   +  )*?
      ;
   ```


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