[
https://issues.apache.org/jira/browse/THRIFT-84?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alexander Shigin resolved THRIFT-84.
------------------------------------
Resolution: Duplicate
The issue was solved by THRIFT-236.
> fingerprint depend on appearence order, not field identifiers
> -------------------------------------------------------------
>
> Key: THRIFT-84
> URL: https://issues.apache.org/jira/browse/THRIFT-84
> Project: Thrift
> Issue Type: Bug
> Components: Compiler (General)
> Reporter: Alexander Shigin
> Attachments: thrift-fingerprint-sort.patch
>
>
> The next two struct produce different fingerprints:
> {code}
> struct Bonk
> {
> 2: i32 type
> 1: string message,
> }
> struct Bonk
> {
> 1: string message,
> 2: i32 type
> }
> {code}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.