[
https://issues.apache.org/jira/browse/HIVE-19869?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16511165#comment-16511165
]
Hive QA commented on HIVE-19869:
--------------------------------
Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12927460/HIVE-19869.patch
{color:green}SUCCESS:{color} +1 due to 1 test(s) being added or modified.
{color:green}SUCCESS:{color} +1 due to 14521 tests passed
Test results:
https://builds.apache.org/job/PreCommit-HIVE-Build/11755/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/11755/console
Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-11755/
Messages:
{noformat}
Executing org.apache.hive.ptest.execution.TestCheckPhase
Executing org.apache.hive.ptest.execution.PrepPhase
Executing org.apache.hive.ptest.execution.YetusPhase
Executing org.apache.hive.ptest.execution.ExecutionPhase
Executing org.apache.hive.ptest.execution.ReportingPhase
{noformat}
This message is automatically generated.
ATTACHMENT ID: 12927460 - PreCommit-HIVE-Build
> Remove double formatting bug followup of HIVE-19382
> ---------------------------------------------------
>
> Key: HIVE-19869
> URL: https://issues.apache.org/jira/browse/HIVE-19869
> Project: Hive
> Issue Type: Bug
> Reporter: slim bouguerra
> Assignee: slim bouguerra
> Priority: Minor
> Attachments: HIVE-19869.patch
>
>
> HIVE-19382 has a minor bug that happens when users provide custom format as
> part of FROM_UNIXTIMESTAMP function.
> Here is an example query
> {code}
> SELECT SUM(`ssb_druid_100`.`lo_revenue`) AS `sum_lo_revenue_ok`,
> CAST(FROM_UNIXTIME(UNIX_TIMESTAMP(CAST(`ssb_druid_100`.`__time` AS
> TIMESTAMP)), 'yyyy-MM-dd HH:00:00') AS TIMESTAMP) AS `thr___time_ok`
> FROM `druid_ssb`.`ssb_druid_100` `ssb_druid_100`
> GROUP BY CAST(FROM_UNIXTIME(UNIX_TIMESTAMP(CAST(`ssb_druid_100`.`__time` AS
> TIMESTAMP)), 'yyyy-MM-dd HH:00:00') AS TIMESTAMP);
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)