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

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

Jens Deppe created GEODE-5247:
---------------------------------

             Summary: 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


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)