You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "nabarun (JIRA)" <ji...@apache.org> on 2018/10/03 21:38:31 UTC

[jira] [Closed] (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 ]

nabarun closed GEODE-5247.
--------------------------

> 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
>             Fix For: 1.7.0
>
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> 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)