You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Ning Zhang (JIRA)" <ji...@apache.org> on 2009/10/21 01:03:59 UTC

[jira] Created: (HIVE-893) Thrift serde doesn't work with the new version of thrift

Thrift serde doesn't work with the new version of thrift
--------------------------------------------------------

                 Key: HIVE-893
                 URL: https://issues.apache.org/jira/browse/HIVE-893
             Project: Hadoop Hive
          Issue Type: Bug
            Reporter: Ning Zhang
         Attachments: Hive-893.patch

The new version of thrift rename the __isset to __isset_bit_vector in the generated Thrift java code. This causes __isset_bit_vector passed as a field in ThriftSerDe. 

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


[jira] Updated: (HIVE-893) Thrift serde doesn't work with the new version of thrift

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

Ning Zhang updated HIVE-893:
----------------------------

    Attachment: Hive-893.patch

patch attached. 

> Thrift serde doesn't work with the new version of thrift
> --------------------------------------------------------
>
>                 Key: HIVE-893
>                 URL: https://issues.apache.org/jira/browse/HIVE-893
>             Project: Hadoop Hive
>          Issue Type: Bug
>            Reporter: Ning Zhang
>         Attachments: Hive-893.patch
>
>
> The new version of thrift rename the __isset to __isset_bit_vector in the generated Thrift java code. This causes __isset_bit_vector passed as a field in ThriftSerDe. 

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


[jira] Assigned: (HIVE-893) Thrift serde doesn't work with the new version of thrift

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

Ning Zhang reassigned HIVE-893:
-------------------------------

    Assignee: Ning Zhang

> Thrift serde doesn't work with the new version of thrift
> --------------------------------------------------------
>
>                 Key: HIVE-893
>                 URL: https://issues.apache.org/jira/browse/HIVE-893
>             Project: Hadoop Hive
>          Issue Type: Bug
>            Reporter: Ning Zhang
>            Assignee: Ning Zhang
>         Attachments: Hive-893.patch
>
>
> The new version of thrift rename the __isset to __isset_bit_vector in the generated Thrift java code. This causes __isset_bit_vector passed as a field in ThriftSerDe. 

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


[jira] Resolved: (HIVE-893) Thrift serde doesn't work with the new version of thrift

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

Zheng Shao resolved HIVE-893.
-----------------------------

       Resolution: Fixed
    Fix Version/s: 0.5.0
     Release Note: 
HIVE-893. Thrift serde doesn't work with the new version of thrift. (Ning Zhang via zshao)

     Hadoop Flags: [Reviewed]

Committed. Thanks Ning!


> Thrift serde doesn't work with the new version of thrift
> --------------------------------------------------------
>
>                 Key: HIVE-893
>                 URL: https://issues.apache.org/jira/browse/HIVE-893
>             Project: Hadoop Hive
>          Issue Type: Bug
>            Reporter: Ning Zhang
>            Assignee: Ning Zhang
>             Fix For: 0.5.0
>
>         Attachments: Hive-893.patch
>
>
> The new version of thrift rename the __isset to __isset_bit_vector in the generated Thrift java code. This causes __isset_bit_vector passed as a field in ThriftSerDe. 

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