]
Adrian Nistor updated ISPN-9378:
--------------------------------
Git Pull Request:
Avoid unneeded parentheses in Ickle query string generated by
QueryBuilder
--------------------------------------------------------------------------
Key: ISPN-9378
URL:
https://issues.jboss.org/browse/ISPN-9378
Project: Infinispan
Issue Type: Feature Request
Components: Remote Querying
Reporter: Adrian Nistor
Assignee: Adrian Nistor
Labels: query
Fix For: 9.4.0.Beta1, 9.3.2.Final
To achieve better parser results QueryBuilder should reduce unneeded parentheses when
generating Ickle.
This is to not fail with Exceptions if the queries are longer.
But this it will not increase the general 1024 limit of boolean operations.