Uploaded image for project: 'Thrift'
  1. Thrift
  2. THRIFT-3533

Can not send nil pointer as service method argument

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 0.9.3
    • 0.10.0
    • Go - Compiler
    • None
    • Patch Available

    Description

      If you try to send a nil struct as an argument to a service method a panic occurs as it tries to write out all the fields in the struct, the python generated code has guarding 'if self.x != None:' for every struct field, whereas Go only outputs the 'if p.IsSet()' when the field is declared optional, which is not possible for argument lists.

      Attachments

        Activity

          People

            Zariel Chris Bannister
            Zariel Chris Bannister
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: