You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Mark Wagner (JIRA)" <ji...@apache.org> on 2016/08/10 00:19:20 UTC

[jira] [Created] (HIVE-14509) AvroSerde mutates tinyint and smallint columns when specifying native columns

Mark Wagner created HIVE-14509:
----------------------------------

             Summary: AvroSerde mutates tinyint and smallint columns when specifying native columns
                 Key: HIVE-14509
                 URL: https://issues.apache.org/jira/browse/HIVE-14509
             Project: Hive
          Issue Type: Bug
          Components: Serializers/Deserializers
    Affects Versions: 2.2.0
            Reporter: Mark Wagner


tinyint and smallint go in, int comes out:

{noformat}
string1                 string                                      
int1                    int                                         
tinyint1                int                                         
smallint1               int                                         
bigint1                 bigint                                      
boolean1                boolean                                     
float1                  float                                       
double1                 double                                      
list1                   array<string>                               
map1                    map<string,int>                             
struct1                 struct<sint:int,sboolean:boolean,sstring:string>                            
enum1                   string                                      
nullableint             int                                         
bytes1                  binary                                      
fixed1                  binary    
{noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)