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 subversion and git services (JIRA)" <ji...@apache.org> on 2018/05/23 21:53:00 UTC

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=16488089#comment-16488089 ] 

ASF subversion and git services commented on GEODE-5247:
--------------------------------------------------------

Commit 527e346334b1fc35e6cb8813ed3a48f58a5d11c4 in geode's branch refs/heads/develop from [~jens.deppe]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=527e346 ]

GEODE-5247: Gfsh query results contain json instead of object references (#1985)



> 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
>          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)