Vadim Lotarev created GEODE-6963:
------------------------------------
Summary: Pulse DataBrowser doesn't work correctly with single
field queries
Key: GEODE-6963
URL: https://issues.apache.org/jira/browse/GEODE-6963
Project: Geode
Issue Type: Bug
Components: pulse, querying
Reporter: Vadim Lotarev
Fix For: 1.9.0
DataBrowser doesn't show result of the query of single field like:
{code:java}
select id from /region
{code}
Jackson mapper (that is used now) returns JSON array of simple types (strings,
integers, etc.) instead of objects. Web client code expects this to be an array
of objects - so nothing is shown.
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)