[ 
https://issues.apache.org/jira/browse/PHOENIX-1037?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14029879#comment-14029879
 ] 

Hudson commented on PHOENIX-1037:
---------------------------------

SUCCESS: Integrated in Phoenix | 3.0 | Hadoop1 #120 (See 
[https://builds.apache.org/job/Phoenix-3.0-hadoop1/120/])
PHOENIX-1037 ResultSetSqlType for date/time types (gabrielr: rev 
d292540797595749132f1d9d88a75488d7517105)
* phoenix-core/src/main/java/org/apache/phoenix/schema/PDataType.java
* phoenix-core/src/test/java/org/apache/phoenix/schema/PDataTypeTest.java


> Implement getResultSetSqlType for UNSIGNED date/time types
> ----------------------------------------------------------
>
>                 Key: PHOENIX-1037
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-1037
>             Project: Phoenix
>          Issue Type: Bug
>    Affects Versions: 3.0.0, 4.0.0, 5.0.0
>            Reporter: James Taylor
>            Assignee: Gabriel Reid
>             Fix For: 5.0.0, 3.1, 4.1
>
>         Attachments: PHOENIX-1037.patch
>
>
> Implement getResultSetSqlType for UNSIGNED date/time types returning the 
> regular Types int so that SQL clients display values correctly.
> For example:
> {code}
>      UNSIGNED_DATE("UNSIGNED_DATE", 19, Date.class, new UnsignedDateCodec()) {
>         @Override
>        public int getResultSetSqlType() {
>             return Types.DATE;
>         }
> {code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to