[
https://issues.apache.org/jira/browse/PHOENIX-1485?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14233251#comment-14233251
]
Hudson commented on PHOENIX-1485:
---------------------------------
SUCCESS: Integrated in Phoenix-3.0-hadoop1 #329 (See
[https://builds.apache.org/job/Phoenix-3.0-hadoop1/329/])
PHOENIX-1485 Add timezone awareness (gabrielr: rev
27df1c8464acfc2bf44f01ab8c55b781bddd48d6)
* phoenix-core/src/main/java/org/apache/phoenix/parse/ToDateParseNode.java
* phoenix-core/src/main/java/org/apache/phoenix/util/DateUtil.java
* phoenix-core/src/main/java/org/apache/phoenix/compile/StatementContext.java
*
phoenix-core/src/test/java/org/apache/phoenix/expression/SortOrderExpressionTest.java
* phoenix-core/src/main/java/org/apache/phoenix/query/QueryServicesOptions.java
* phoenix-core/src/test/java/org/apache/phoenix/util/DateUtilTest.java
* phoenix-core/src/main/java/org/apache/phoenix/query/QueryServices.java
*
phoenix-core/src/main/java/org/apache/phoenix/expression/function/ToDateFunction.java
* phoenix-core/src/it/java/org/apache/phoenix/end2end/ToDateFunctionIT.java
PHOENIX-1485 Correct arg count in FunctionParseNode (gabrielr: rev
63b3e4eb80c409e057aa67288ee5d79b0f94381a)
*
phoenix-core/src/test/java/org/apache/phoenix/parse/BuiltInFunctionInfoTest.java
* phoenix-core/src/main/java/org/apache/phoenix/parse/FunctionParseNode.java
> Date columns should be displayed without timezone offset
> --------------------------------------------------------
>
> Key: PHOENIX-1485
> URL: https://issues.apache.org/jira/browse/PHOENIX-1485
> Project: Phoenix
> Issue Type: Bug
> Affects Versions: 4.1
> Reporter: noam bulvik
> Assignee: Gabriel Reid
> Fix For: 5.0.0, 4.3, 3.3, 3.2.2, 4.2.2
>
> Attachments: PHOENIX-1485.1.patch, PHOENIX-1485.2.patch,
> PHOENIX-1485.patch
>
>
> when date or timestamp column queried the value is the date with timezone
> offset. this is not how it is handled by other jdbc drivers like oracle and
> impala. and it seems strange that when I have text file with specific date
> and I use bulk loader to store it , when I will use select * .. I will get
> different dates then the one in the file (because of the time zone offset)
> by default the date should be displayed without any offset.
> it will be nice to have an option to add the timezone offset the option in
> the driver
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)