Andrei Sereda created CALCITE-2498:
--------------------------------------
Summary: geode adapter quotes booleans as strings ('true' /
'false')
Key: CALCITE-2498
URL: https://issues.apache.org/jira/browse/CALCITE-2498
Project: Calcite
Issue Type: Bug
Components: geode
Reporter: Andrei Sereda
Assignee: Julian Hyde
Having simple query:
{code:sql}
// SQL (calcite)
select * from geode where isActive = true
// OQL (geode)
select * from /region where isActive = 'true'
{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)