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

(Updated 2011-10-28 13:45:50.702623)


Review request for hive.


Changes
-------

Log level is changed to Log.debug instead of  Log.info. If it is warn also it 
might generate lot of log because by default log level Log.INFO is configured


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 (updated)
-----

  trunk/serde/src/java/org/apache/hadoop/hive/serde2/lazy/LazyBinary.java 
1190202 
  trunk/serde/src/java/org/apache/hadoop/hive/serde2/lazy/LazyBoolean.java 
1190202 
  trunk/serde/src/java/org/apache/hadoop/hive/serde2/lazy/LazyByte.java 1190202 
  trunk/serde/src/java/org/apache/hadoop/hive/serde2/lazy/LazyDouble.java 
1190202 
  trunk/serde/src/java/org/apache/hadoop/hive/serde2/lazy/LazyFloat.java 
1190202 
  trunk/serde/src/java/org/apache/hadoop/hive/serde2/lazy/LazyInteger.java 
1190202 
  trunk/serde/src/java/org/apache/hadoop/hive/serde2/lazy/LazyLong.java 1190202 
  trunk/serde/src/java/org/apache/hadoop/hive/serde2/lazy/LazyPrimitive.java 
1190202 
  trunk/serde/src/java/org/apache/hadoop/hive/serde2/lazy/LazyShort.java 
1190202 
  trunk/serde/src/java/org/apache/hadoop/hive/serde2/lazy/LazyTimestamp.java 
1190202 
  
trunk/serde/src/test/org/apache/hadoop/hive/serde2/lazy/TestLazyPrimitive.java 
1190202 

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


Testing
-------

All tests passed


Thanks,

chinna

Reply via email to