[
https://issues.apache.org/jira/browse/HIVE-2465?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13126608#comment-13126608
]
[email protected] commented on HIVE-2465:
-----------------------------------------------------
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/2066/
-----------------------------------------------------------
(Updated 2011-10-13 14:22:04.812761)
Review request for hive.
Changes
-------
Patch is refreshed with the LazyTimeStamp and LazyBinary.
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
1182263
trunk/serde/src/java/org/apache/hadoop/hive/serde2/lazy/LazyBoolean.java
1182263
trunk/serde/src/java/org/apache/hadoop/hive/serde2/lazy/LazyByte.java 1182263
trunk/serde/src/java/org/apache/hadoop/hive/serde2/lazy/LazyDouble.java
1182263
trunk/serde/src/java/org/apache/hadoop/hive/serde2/lazy/LazyFloat.java
1182263
trunk/serde/src/java/org/apache/hadoop/hive/serde2/lazy/LazyInteger.java
1182263
trunk/serde/src/java/org/apache/hadoop/hive/serde2/lazy/LazyLong.java 1182263
trunk/serde/src/java/org/apache/hadoop/hive/serde2/lazy/LazyPrimitive.java
1182263
trunk/serde/src/java/org/apache/hadoop/hive/serde2/lazy/LazyShort.java
1182263
trunk/serde/src/java/org/apache/hadoop/hive/serde2/lazy/LazyTimestamp.java
1182263
trunk/serde/src/test/org/apache/hadoop/hive/serde2/lazy/TestLazyPrimitive.java
1182263
Diff: https://reviews.apache.org/r/2066/diff
Testing
-------
All tests passed
Thanks,
chinna
> Primitive Data Types returning null if the data is out of range of the data
> type.
> ---------------------------------------------------------------------------------
>
> Key: HIVE-2465
> URL: https://issues.apache.org/jira/browse/HIVE-2465
> Project: Hive
> Issue Type: Bug
> Components: Query Processor
> Affects Versions: 0.9.0
> Environment: Hadoop 0.20.1, Hive0.9.0 and SUSE Linux Enterprise
> Server 10 SP2 (i586) - Kernel 2.6.16.60-0.21-smp (5)
> Reporter: Chinna Rao Lalam
> Assignee: Chinna Rao Lalam
> Attachments: HIVE-2465.1.patch, HIVE-2465.patch
>
>
> Primitive Data Types returning null if the input data is out of range of the
> data type. In this case it is better to log the message with the proper
> message and actual data then user get to know some data is missing.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira