You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Bryan Duxbury (JIRA)" <ji...@apache.org> on 2008/08/19 18:13:44 UTC

[jira] Created: (THRIFT-113) to-string methods should omit optional null fields from output

to-string methods should omit optional null fields from output
--------------------------------------------------------------

                 Key: THRIFT-113
                 URL: https://issues.apache.org/jira/browse/THRIFT-113
             Project: Thrift
          Issue Type: Improvement
          Components: Compiler (Java), Library (Ruby)
            Reporter: Bryan Duxbury
            Priority: Trivial


We have structs with a lot of optional fields, and from a debugging standpoint, when we print out such structs, all the null optional fields pollute the printout with an enormous amount of noise. I think it would be pretty handy if optional fields that were null were just omitted from the print out entirely.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (THRIFT-113) to-string methods should omit optional null fields from output

Posted by "Bryan Duxbury (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/THRIFT-113?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bryan Duxbury updated THRIFT-113:
---------------------------------

    Component/s:     (was: Compiler (Java))
                     (was: Library (Ruby))
       Assignee:     (was: Bryan Duxbury)

> to-string methods should omit optional null fields from output
> --------------------------------------------------------------
>
>                 Key: THRIFT-113
>                 URL: https://issues.apache.org/jira/browse/THRIFT-113
>             Project: Thrift
>          Issue Type: Improvement
>            Reporter: Bryan Duxbury
>            Priority: Trivial
>
> We have structs with a lot of optional fields, and from a debugging standpoint, when we print out such structs, all the null optional fields pollute the printout with an enormous amount of noise. I think it would be pretty handy if optional fields that were null were just omitted from the print out entirely.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (THRIFT-113) to-string methods should omit optional null fields from output

Posted by "Bryan Duxbury (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/THRIFT-113?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bryan Duxbury reassigned THRIFT-113:
------------------------------------

    Assignee: Bryan Duxbury

> to-string methods should omit optional null fields from output
> --------------------------------------------------------------
>
>                 Key: THRIFT-113
>                 URL: https://issues.apache.org/jira/browse/THRIFT-113
>             Project: Thrift
>          Issue Type: Improvement
>          Components: Compiler (Java), Library (Ruby)
>            Reporter: Bryan Duxbury
>            Assignee: Bryan Duxbury
>            Priority: Trivial
>
> We have structs with a lot of optional fields, and from a debugging standpoint, when we print out such structs, all the null optional fields pollute the printout with an enormous amount of noise. I think it would be pretty handy if optional fields that were null were just omitted from the print out entirely.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.