]
Sebastian Łaskawiec closed ISPN-6429.
-------------------------------------
Duplicated boolean projections are broken in compat mode
--------------------------------------------------------
Key: ISPN-6429
URL:
https://issues.jboss.org/browse/ISPN-6429
Project: Infinispan
Issue Type: Bug
Components: Remote Querying
Affects Versions: 8.2.0.Final
Reporter: Adrian Nistor
Assignee: Adrian Nistor
Fix For: 8.2.1.Final, 9.0.0.Alpha1, 9.0.0.Final
To reproduce:
1. a compat mode, indexed cache.
2. a dsl projection query that selects the same boolean column twice
3. query works ok from embedded side, fails from remote side: the second occurrence of
the boolean is actually returned as String.