You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Pete Wyckoff (JIRA)" <ji...@apache.org> on 2008/09/03 02:47:44 UTC

[jira] Created: (HADOOP-4056) Unit test for DynamicSerDe

Unit test for DynamicSerDe
--------------------------

                 Key: HADOOP-4056
                 URL: https://issues.apache.org/jira/browse/HADOOP-4056
             Project: Hadoop Core
          Issue Type: Test
          Components: contrib/hive
            Reporter: Pete Wyckoff
            Priority: Minor


Unit test for the following:

DynamicSerDe/normal TProtocol with and without thrift compatibility mode on including basic, map and list types and a list of maps or something like that
DynamicSerDe/TCTLSeparatedProtocol (with thrift mode on even though it's not really thrift compatible) with basic, map and list types.
DynamicSerDe getFields and getFieldsFromExpression

Also improve general debugability of DynamicSerDe by adding toString methods and better handling unknown field names passed in.

NOTE: at this time, not adding unit tests for nested *types*  in dynamic serde even though this is supported. Just not a priority right now.



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


[jira] Updated: (HADOOP-4056) Unit test for DynamicSerDe

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

Pete Wyckoff updated HADOOP-4056:
---------------------------------

    Assignee: Pete Wyckoff

> Unit test for DynamicSerDe
> --------------------------
>
>                 Key: HADOOP-4056
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4056
>             Project: Hadoop Core
>          Issue Type: Test
>          Components: contrib/hive
>            Reporter: Pete Wyckoff
>            Assignee: Pete Wyckoff
>            Priority: Minor
>
> Unit test for the following:
> DynamicSerDe/normal TProtocol with and without thrift compatibility mode on including basic, map and list types and a list of maps or something like that
> DynamicSerDe/TCTLSeparatedProtocol (with thrift mode on even though it's not really thrift compatible) with basic, map and list types.
> DynamicSerDe getFields and getFieldsFromExpression
> Also improve general debugability of DynamicSerDe by adding toString methods and better handling unknown field names passed in.
> NOTE: at this time, not adding unit tests for nested *types*  in dynamic serde even though this is supported. Just not a priority right now.

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


[jira] Resolved: (HADOOP-4056) Unit test for DynamicSerDe

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

Pete Wyckoff resolved HADOOP-4056.
----------------------------------

       Resolution: Fixed
    Fix Version/s: 0.19.0

fixed as part of HADOOP-4320


> Unit test for DynamicSerDe
> --------------------------
>
>                 Key: HADOOP-4056
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4056
>             Project: Hadoop Core
>          Issue Type: Test
>          Components: contrib/hive
>            Reporter: Pete Wyckoff
>            Assignee: Pete Wyckoff
>            Priority: Minor
>             Fix For: 0.19.0
>
>
> Unit test for the following:
> DynamicSerDe/normal TProtocol with and without thrift compatibility mode on including basic, map and list types and a list of maps or something like that
> DynamicSerDe/TCTLSeparatedProtocol (with thrift mode on even though it's not really thrift compatible) with basic, map and list types.
> DynamicSerDe getFields and getFieldsFromExpression
> Also improve general debugability of DynamicSerDe by adding toString methods and better handling unknown field names passed in.
> NOTE: at this time, not adding unit tests for nested *types*  in dynamic serde even though this is supported. Just not a priority right now.

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