[
https://issues.apache.org/jira/browse/HIVE-21039?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16720887#comment-16720887
]
Hive QA commented on HIVE-21039:
--------------------------------
Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12951734/HIVE-21039.01.patch
{color:red}ERROR:{color} -1 due to build exiting with an error
Test results:
https://builds.apache.org/job/PreCommit-HIVE-Build/15311/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/15311/console
Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-15311/
Messages:
{noformat}
Executing org.apache.hive.ptest.execution.TestCheckPhase
Tests exited with: Exception: Patch URL
https://issues.apache.org/jira/secure/attachment/12951734/HIVE-21039.01.patch
was found in seen patch url's cache and a test was probably run already on it.
Aborting...
{noformat}
This message is automatically generated.
ATTACHMENT ID: 12951734 - PreCommit-HIVE-Build
> CURRENT_TIMESTAMP returns value in UTC time zone
> ------------------------------------------------
>
> Key: HIVE-21039
> URL: https://issues.apache.org/jira/browse/HIVE-21039
> Project: Hive
> Issue Type: Bug
> Affects Versions: 3.1.1
> Reporter: Andrey Zinovyev
> Assignee: Jesus Camacho Rodriguez
> Priority: Major
> Attachments: HIVE-21039.01.patch
>
>
> We're upgrading from hive 1.2 to 3.1 and it seems like new hive returns
> CURRENT_TIMESTAMP in UTC timezone. But before it was in local (system's
> default) timezone.
> According to HIVE-5472 current_timestamp should use user's local timezone.
> This behaviour was changed in HIVE-12192 (if I got it right).
> GenericUDFCurrentTimestamp now explicitly uses UTC as timezone to initialise
> org.apache.hadoop.hive.common.type.Timestamp .
> For example
> Old hive:
> {code}
> hive> select current_timestamp;
> OK
> 2018-12-12 22:43:39.024
> {code}
> New hive:
> {code}
> > select current_timestamp;
> +--------------------------+
> | _c0 |
> +--------------------------+
> | 2018-12-12 19:43:57.024 |
> +--------------------------+
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)