You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/05/23 16:05:00 UTC

[jira] [Updated] (GEODE-5247) Gfsh query commands do not produce json for nested structures

     [ https://issues.apache.org/jira/browse/GEODE-5247?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ASF GitHub Bot updated GEODE-5247:
----------------------------------
    Labels: pull-request-available  (was: )

> Gfsh query commands do not produce json for nested structures
> -------------------------------------------------------------
>
>                 Key: GEODE-5247
>                 URL: https://issues.apache.org/jira/browse/GEODE-5247
>             Project: Geode
>          Issue Type: Bug
>          Components: gfsh
>            Reporter: Jens Deppe
>            Priority: Major
>              Labels: pull-request-available
>
> In some cases, gfsh query results may simply contain an object reference instead of a JSON value. For example:
> {noformat}
> name    | address
> ------- | --------------
> name27  | org.apache.geode.Customer@123456
> {noformat}
> Instead of:
> {noformat}
>  name   | address
> ------- | ----------------------------------------------
> name9   | {"street":"Main Street 9","city":"Hometown"}
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)