[
https://issues.apache.org/jira/browse/TAJO-842?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14010987#comment-14010987
]
Hudson commented on TAJO-842:
-----------------------------
SUCCESS: Integrated in Tajo-master-build #230 (See
[https://builds.apache.org/job/Tajo-master-build/230/])
TAJO-842: NULL handling in JDBC. (fixed a missing log in CHANGES) (jinossy: rev
25c04db39d33d59b245730b5f2778a49e2042294)
* CHANGES
> NULL handling in JDBC.
> ----------------------
>
> Key: TAJO-842
> URL: https://issues.apache.org/jira/browse/TAJO-842
> Project: Tajo
> Issue Type: Improvement
> Reporter: Hyoungjun Kim
> Assignee: Hyoungjun Kim
> Fix For: 0.9.0
>
>
> Currently JDBC doesn't handle NULL value, only wasnull() is provided. JDBC
> handles NULL data like the following rule.
> - Text type: return java null.
> - Int, Float type: return 0
> - Date/Time type: return null.
> - Boolean: return false
> - getObject(): return java null
--
This message was sent by Atlassian JIRA
(v6.2#6252)