[ 
https://issues.apache.org/jira/browse/HIVE-5329?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13773531#comment-13773531
 ] 

Hive QA commented on HIVE-5329:
-------------------------------



{color:red}Overall{color}: -1 at least one tests failed

Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12604291/HIVE-5329.1.patch

{color:red}ERROR:{color} -1 due to 2 failed/errored test(s), 3130 tests executed
*Failed tests:*
{noformat}
org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_partition_date
org.apache.hadoop.hive.cli.TestMinimrCliDriver.testCliDriver_reduce_deduplicate
{noformat}

Test results: https://builds.apache.org/job/PreCommit-HIVE-Build/844/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/844/console

Messages:
{noformat}
Executing org.apache.hive.ptest.execution.PrepPhase
Executing org.apache.hive.ptest.execution.ExecutionPhase
Executing org.apache.hive.ptest.execution.ReportingPhase
Tests failed with: TestsFailedException: 2 tests failed
{noformat}

This message is automatically generated.
                
> Date and timestamp type converts invalid strings to '1970-01-01'
> ----------------------------------------------------------------
>
>                 Key: HIVE-5329
>                 URL: https://issues.apache.org/jira/browse/HIVE-5329
>             Project: Hive
>          Issue Type: Bug
>          Components: Types
>    Affects Versions: 0.12.0
>            Reporter: Vikram Dixit K
>            Assignee: Jason Dere
>            Priority: Blocker
>         Attachments: HIVE-5329.1.patch
>
>
> {noformat}
> select
>   cast('abcd' as date),
>   cast('abcd' as timestamp)
> from src limit 1;
> {noformat}
> returns '1970-01-01'

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to