[
https://issues.apache.org/jira/browse/HIVE-15274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15691151#comment-15691151
]
Hive QA commented on HIVE-15274:
--------------------------------
Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12840279/HIVE-15274.01.patch
{color:green}SUCCESS:{color} +1 due to 1 test(s) being added or modified.
{color:red}ERROR:{color} -1 due to 5 failed/errored test(s), 10733 tests
executed
*Failed tests:*
{noformat}
org.apache.hadoop.hive.cli.TestMiniLlapCliDriver.testCliDriver[transform_ppr2]
(batchId=133)
org.apache.hadoop.hive.cli.TestMiniLlapLocalCliDriver.testCliDriver[join_acid_non_acid]
(batchId=150)
org.apache.hadoop.hive.cli.TestMiniLlapLocalCliDriver.testCliDriver[union_fast_stats]
(batchId=145)
org.apache.hadoop.hive.cli.TestMiniTezCliDriver.testCliDriver[explainanalyze_2]
(batchId=91)
org.apache.hadoop.hive.cli.TestMiniTezCliDriver.testCliDriver[explainanalyze_4]
(batchId=91)
{noformat}
Test results: https://builds.apache.org/job/PreCommit-HIVE-Build/2264/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/2264/console
Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-2264/
Messages:
{noformat}
Executing org.apache.hive.ptest.execution.TestCheckPhase
Executing org.apache.hive.ptest.execution.PrepPhase
Executing org.apache.hive.ptest.execution.ExecutionPhase
Executing org.apache.hive.ptest.execution.ReportingPhase
Tests exited with: TestsFailedException: 5 tests failed
{noformat}
This message is automatically generated.
ATTACHMENT ID: 12840279 - PreCommit-HIVE-Build
> DruidSelectQueryRecordReader uses wrong value for timestamp
> -----------------------------------------------------------
>
> Key: HIVE-15274
> URL: https://issues.apache.org/jira/browse/HIVE-15274
> Project: Hive
> Issue Type: Bug
> Components: Druid integration
> Reporter: slim bouguerra
> Assignee: Jesus Camacho Rodriguez
> Priority: Minor
> Attachments: HIVE-15274.01.patch
>
>
> issuing select * from table will return wrong time column.
> expected results
> ─────────────────────────────────────────┬────────────┬─────────┐
> │ __time │ dimension1 │ metric1 │
> ├─────────────────────────────────────────┼────────────┼─────────┤
> │ Wed Dec 31 2014 16:00:00 GMT-0800 (PST) │ value1 │ 1 │
> │ Wed Dec 31 2014 16:00:00 GMT-0800 (PST) │ value1.1 │ 1 │
> │ Sun May 31 2015 19:00:00 GMT-0700 (PDT) │ value2 │ 20.5 │
> │ Sun May 31 2015 19:00:00 GMT-0700 (PDT) │ value2.1 │ 32 │
> └─────────────────────────────────────────┴────────────┴─────────┘
> returned result
> 2014-12-31 19:00:00 value1 1.0
> 2014-12-31 19:00:00 value1.1 1.0
> 2014-12-31 19:00:00 value2 20.5
> 2014-12-31 19:00:00 value2.1 32.0
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)