[ 
https://issues.apache.org/jira/browse/THRIFT-2378?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13916220#comment-13916220
 ] 

Hudson commented on THRIFT-2378:
--------------------------------

FAILURE: Integrated in Thrift #1064 (See 
[https://builds.apache.org/job/Thrift/1064/])
THRIFT-2378 service method arguments of binary type lead to uncompileable Go 
code (jensg: rev 3e4c51f5cfc5466e40e536ffd02cac0730025c8e)
* compiler/cpp/src/generate/t_go_generator.cc


> service method arguments of binary type lead to uncompileable Go code
> ---------------------------------------------------------------------
>
>                 Key: THRIFT-2378
>                 URL: https://issues.apache.org/jira/browse/THRIFT-2378
>             Project: Thrift
>          Issue Type: Bug
>          Components: Go - Compiler
>    Affects Versions: 0.9.1
>         Environment: hbase-0.94.3
> thrift-0.9.1
> go version go1.1.2 linux/amd64
> ubuntu 3.5.0-23-generic
>            Reporter: sherlockhua
>            Assignee: Jens Geyer
>              Labels: compile, error, golang, hbase
>             Fix For: 0.9.2
>
>         Attachments: 
> THRIFT-2378_service_method_arguments_of_binary_type_lead_to_uncompileable_Go_code.patch
>
>
> go build hbase/t_h_base_service-remote
> # hbase/t_h_base_service-remote
> src/hbase/t_h_base_service-remote/t_h_base_service-remote.go:202: 
> containerStruct1.ReadField2 undefined (type *hbase.GetMultipleArgs has no 
> field or method ReadField2)
> src/hbase/t_h_base_service-remote/t_h_base_service-remote.go:271: cannot use 
> value1 (type string) as type []byte in function argument
> src/hbase/t_h_base_service-remote/t_h_base_service-remote.go:271: cannot use 
> value2 (type string) as type []byte in function argument
> src/hbase/t_h_base_service-remote/t_h_base_service-remote.go:271: cannot use 
> value3 (type string) as type []byte in function argument
> src/hbase/t_h_base_service-remote/t_h_base_service-remote.go:271: cannot use 
> value4 (type string) as type []byte in function argument
> src/hbase/t_h_base_service-remote/t_h_base_service-remote.go:292: 
> containerStruct1.ReadField2 undefined (type *hbase.PutMultipleArgs has no 
> field or method ReadField2)
> src/hbase/t_h_base_service-remote/t_h_base_service-remote.go:347: 
> containerStruct1.ReadField2 undefined (type *hbase.DeleteMultipleArgs has no 
> field or method ReadField2)
> src/hbase/t_h_base_service-remote/t_h_base_service-remote.go:389: cannot use 
> value1 (type string) as type []byte in function argument
> src/hbase/t_h_base_service-remote/t_h_base_service-remote.go:389: cannot use 
> value2 (type string) as type []byte in function argument
> src/hbase/t_h_base_service-remote/t_h_base_service-remote.go:389: cannot use 
> value3 (type string) as type []byte in function argument
> src/hbase/t_h_base_service-remote/t_h_base_service-remote.go:389: too many 
> errors



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)

Reply via email to