[
https://issues.apache.org/jira/browse/GEODE-6963?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16885936#comment-16885936
]
Vadim Lotarev edited comment on GEODE-6963 at 7/16/19 8:42 AM:
---------------------------------------------------------------
[~jujoramos], I looked at the changes - they should fix this issue, will wait
when 1.10 is released (btw do you know the planned release date?).
Though fairly speaking I never seen a response whit data of different types -
what is the purpose of sending type for each value in response array? Wouldn't
it be enough to send type just once, this would decrease response size at least
twice for simple queries like one in description.
was (Author: vlotarev):
[~jujoramos], I looked at the changes - they should fix this issue, will wait
when 1.10 is released. Though fairly speaking I never seen a response whit data
of different types - what is the purpose of sending type for each value in
response array? Wouldn't it be enough to send type just once, this would
decrease response size at least twice for simple queries like one in
description.
> 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
> Priority: Major
> 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)