[
https://issues.apache.org/jira/browse/PHOENIX-1037?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14029892#comment-14029892
]
Hudson commented on PHOENIX-1037:
---------------------------------
SUCCESS: Integrated in Phoenix | Master | Hadoop1 #254 (See
[https://builds.apache.org/job/Phoenix-master-hadoop1/254/])
PHOENIX-1037 ResultSetSqlType for date/time types (gabrielr: rev
58b2a79e5c803a1c9777f4a0c33bc70a1b605f81)
* phoenix-core/src/test/java/org/apache/phoenix/schema/PDataTypeTest.java
* phoenix-core/src/main/java/org/apache/phoenix/schema/PDataType.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)