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

Review request for hive.


Summary
-------

Primitive Data Types returning null if the data is out of range of the data 
type. Added log message while returning null to know some of the data is out of 
range.


This addresses bug HIVE-2465.
    https://issues.apache.org/jira/browse/HIVE-2465


Diffs
-----

  trunk/serde/src/java/org/apache/hadoop/hive/serde2/lazy/LazyBoolean.java 
1174035 
  trunk/serde/src/java/org/apache/hadoop/hive/serde2/lazy/LazyByte.java 1174035 
  trunk/serde/src/java/org/apache/hadoop/hive/serde2/lazy/LazyDouble.java 
1174035 
  trunk/serde/src/java/org/apache/hadoop/hive/serde2/lazy/LazyFloat.java 
1174035 
  trunk/serde/src/java/org/apache/hadoop/hive/serde2/lazy/LazyInteger.java 
1174035 
  trunk/serde/src/java/org/apache/hadoop/hive/serde2/lazy/LazyLong.java 1174035 
  trunk/serde/src/java/org/apache/hadoop/hive/serde2/lazy/LazyPrimitive.java 
1174035 
  trunk/serde/src/java/org/apache/hadoop/hive/serde2/lazy/LazyShort.java 
1174035 

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


Testing
-------

All tests passed


Thanks,

chinna

Reply via email to