-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/25383/
-----------------------------------------------------------

Review request for hive and Amareshwari Sriramadasu.


Bugs: HIVE-2390
    https://issues.apache.org/jira/browse/HIVE-2390


Repository: hive-git


Description
-------

LazyBinarySerDe doesnt have support for UNION type yet and failing with 

Caused by: java.lang.RuntimeException: Unrecognized type: UNION
        at 
org.apache.hadoop.hive.serde2.lazybinary.LazyBinarySerDe.serialize(LazyBinarySerDe.java:468)
        at 
org.apache.hadoop.hive.serde2.lazybinary.LazyBinarySerDe.serializeStruct(LazyBinarySerDe.java:230)
        at 
org.apache.hadoop.hive.serde2.lazybinary.LazyBinarySerDe.serialize(LazyBinarySerDe.java:184)


Diffs
-----

  ql/src/test/queries/clientpositive/input_lazyserde.q 53ae6d8 
  ql/src/test/results/clientpositive/input_lazyserde.q.out 4710789 
  
serde/src/java/org/apache/hadoop/hive/serde2/lazybinary/LazyBinaryFactory.java 
cae4faa 
  serde/src/java/org/apache/hadoop/hive/serde2/lazybinary/LazyBinarySerDe.java 
1c8f795 
  serde/src/java/org/apache/hadoop/hive/serde2/lazybinary/LazyBinaryUnion.java 
PRE-CREATION 
  serde/src/java/org/apache/hadoop/hive/serde2/lazybinary/LazyBinaryUtils.java 
155b267 
  
serde/src/java/org/apache/hadoop/hive/serde2/lazybinary/objectinspector/LazyBinaryObjectInspectorFactory.java
 b3ec24d 
  
serde/src/java/org/apache/hadoop/hive/serde2/lazybinary/objectinspector/LazyBinaryUnionObjectInspector.java
 PRE-CREATION 

Diff: https://reviews.apache.org/r/25383/diff/


Testing
-------

Added a test case to input_lazyserde.q


Thanks,

Suma Shivaprasad

Reply via email to