[
https://issues.apache.org/jira/browse/PHOENIX-2734?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15214587#comment-15214587
]
Hudson commented on PHOENIX-2734:
---------------------------------
FAILURE: Integrated in Phoenix-master #1176 (See
[https://builds.apache.org/job/Phoenix-master/1176/])
PHOENIX-2734 Literal expressions for UNSIGNED_DATE/UNSIGNED_TIME/etc (jtaylor:
rev d4d973c7b9fd5bb6bd206c9082c4c6d53e54c59b)
*
phoenix-core/src/main/java/org/apache/phoenix/expression/LiteralExpression.java
* phoenix-core/src/it/java/org/apache/phoenix/end2end/DateTimeIT.java
> Literal expressions for UNSIGNED_DATE/UNSIGNED_TIME/etc
> -------------------------------------------------------
>
> Key: PHOENIX-2734
> URL: https://issues.apache.org/jira/browse/PHOENIX-2734
> Project: Phoenix
> Issue Type: Bug
> Reporter: Sergey Soldatov
> Assignee: Sergey Soldatov
> Attachments: PHOENIX-2734-2.patch, PHOENIX-2734.patch
>
>
> At the moment LiteralExpression accepts convertion from varchar to PDate,
> PTimestamp and PTime, but not for the PUnsigned... type. Is there any reason
> for that or we can just add an additional check for Unsigned types as well?
> The problem is that there is no way to load values to Unsigned date/time
> types using bulk load ( for regular upsert there is an workaround to use
> TO_TIME/etc functions). [~pctony] what do you think?
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)