You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Jens Geyer (JIRA)" <ji...@apache.org> on 2013/11/04 22:32:18 UTC

[jira] [Comment Edited] (THRIFT-2247) Go generator doesn't deal well with map keys of type binary

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

Jens Geyer edited comment on THRIFT-2247 at 11/4/13 9:31 PM:
-------------------------------------------------------------

Ok then for the latter, it is of course not required for this one and binary keys is a start. But I still need to be able to apply the patch, in order to review/test/commit the stuff (first bullet point). By the way, is a test case included?


was (Author: jensg):
Ok then for the latter, it is of course not required for this one and binary keys is a start. But I still need to be able to apply the patch, in order to test/commit the stuff (first bullet point).

> Go generator doesn't deal well with map keys of type binary
> -----------------------------------------------------------
>
>                 Key: THRIFT-2247
>                 URL: https://issues.apache.org/jira/browse/THRIFT-2247
>             Project: Thrift
>          Issue Type: Bug
>          Components: Go - Compiler
>    Affects Versions: 1.0
>         Environment: Linux phileas 3.2.0-4-amd64 #1 SMP Debian 3.2.46-1+deb7u1 x86_64 GNU/Linux (testing/jessie)
>            Reporter: Tonnerre Lombard
>         Attachments: 0001-THRIFT-2247-Fix-handling-of-binary-keys-in-maps-for-.patch
>
>
> The current Go generator doesn't deal well with maps where the map key is []byte. For some weird reason, you just can't have a map[[]byte]foo in Go, so we have to go for map[string]foo, which is actually equivalent (Go strings preserve all bytes).
> I'm trying to come up with a patch for this.



--
This message was sent by Atlassian JIRA
(v6.1#6144)