[
https://issues.apache.org/jira/browse/HIVE-16721?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16018204#comment-16018204
]
Hive QA commented on HIVE-16721:
--------------------------------
Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12869041/HIVE-16721.1.patch
{color:red}ERROR:{color} -1 due to no test(s) being added or modified.
{color:red}ERROR:{color} -1 due to 4 failed/errored test(s), 10738 tests
executed
*Failed tests:*
{noformat}
org.apache.hadoop.hive.cli.TestMiniLlapLocalCliDriver.testCliDriver[vector_if_expr]
(batchId=144)
org.apache.hadoop.hive.cli.TestMiniTezCliDriver.testCliDriver[explainanalyze_3]
(batchId=97)
org.apache.hadoop.hive.cli.TestMiniTezCliDriver.testCliDriver[explainuser_3]
(batchId=97)
org.apache.hadoop.hive.cli.TestPerfCliDriver.testCliDriver[query24]
(batchId=231)
{noformat}
Test results: https://builds.apache.org/job/PreCommit-HIVE-Build/5358/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/5358/console
Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-5358/
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: 4 tests failed
{noformat}
This message is automatically generated.
ATTACHMENT ID: 12869041 - PreCommit-HIVE-Build
> Inconsistent behavior in dealing with Timestamp stats
> -----------------------------------------------------
>
> Key: HIVE-16721
> URL: https://issues.apache.org/jira/browse/HIVE-16721
> Project: Hive
> Issue Type: Bug
> Components: Metastore
> Reporter: Vaibhav Gumashta
> Assignee: Vaibhav Gumashta
> Attachments: HIVE-16721.1.patch
>
>
> HIVE-15003 added support for additional types for col stats. However, it
> treats timestamp as DateColumnStatsData whereas when we read the timestamp
> stats, we read as LongColumnStatsData
> (https://github.com/apache/hive/blob/master/metastore/src/java/org/apache/hadoop/hive/metastore/StatObjectConverter.java#L229).
> We should make it consistent with original hive behavior
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)