[
https://issues.apache.org/jira/browse/HIVE-5286?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13810545#comment-13810545
]
Hive QA commented on HIVE-5286:
-------------------------------
{color:green}Overall{color}: +1 all checks pass
Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12611163/HIVE-5286.patch
{color:green}SUCCESS:{color} +1 4530 tests passed
Test results:
http://bigtop01.cloudera.org:8080/job/PreCommit-HIVE-Build/82/testReport
Console output:
http://bigtop01.cloudera.org:8080/job/PreCommit-HIVE-Build/82/console
Messages:
{noformat}
Executing org.apache.hive.ptest.execution.PrepPhase
Executing org.apache.hive.ptest.execution.ExecutionPhase
Executing org.apache.hive.ptest.execution.ReportingPhase
{noformat}
This message is automatically generated.
> Negative test date_literal1.q fails on java7 because the syntax is valid
> ------------------------------------------------------------------------
>
> Key: HIVE-5286
> URL: https://issues.apache.org/jira/browse/HIVE-5286
> Project: Hive
> Issue Type: Bug
> Affects Versions: 0.12.0
> Reporter: Brock Noland
> Assignee: Szehon Ho
> Attachments: HIVE-5286.patch
>
>
> {noformat}
> [brock@bigboy java-date]$ cat Test.java
> import java.sql.Date;
> public class Test {
> public static void main(String[] args) throws Exception {
> System.out.println(Date.valueOf("2001-1-1"));
> }
> }
> [brock@bigboy java-date]$ exec-via-java6 java -cp . Test
> Exception in thread "main" java.lang.IllegalArgumentException
> at java.sql.Date.valueOf(Date.java:138)
> at Test.main(Test.java:4)
> [brock@bigboy java-date]$ exec-via-java7 java -cp . Test
> 2001-01-01
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.1#6144)