[ https://issues.apache.org/jira/browse/HIVE-7646?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14093956#comment-14093956 ]
Hive QA commented on HIVE-7646: ------------------------------- {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/12661076/HIVE-7646.patch {color:red}ERROR:{color} -1 due to 2 failed/errored test(s), 5895 tests executed *Failed tests:* {noformat} org.apache.hadoop.hive.cli.TestMiniTezCliDriver.testCliDriver_dynpart_sort_opt_vectorization org.apache.hadoop.hive.cli.TestMiniTezCliDriver.testCliDriver_dynpart_sort_optimization {noformat} Test results: http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/266/testReport Console output: http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/266/console Test logs: http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIVE-TRUNK-Build-266/ Messages: {noformat} 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: 2 tests failed {noformat} This message is automatically generated. ATTACHMENT ID: 12661076 > Modify parser to support new grammar for Insert,Update,Delete > ------------------------------------------------------------- > > Key: HIVE-7646 > URL: https://issues.apache.org/jira/browse/HIVE-7646 > Project: Hive > Issue Type: Sub-task > Components: Query Processor > Affects Versions: 0.13.1 > Reporter: Eugene Koifman > Assignee: Eugene Koifman > Attachments: HIVE-7646.patch > > > need parser to recognize constructs such as > INSERT INTO Cust (Customer_Number, Balance, Address) > VALUES (101, 50.00, '123 Main Street'), (102, 75.00, '123 Pine Ave'); > DELETE FROM Cust WHERE Balance > 5.0; > UPDATE Cust > SET column1=value1,column2=value2,... > WHERE some_column=some_value; -- This message was sent by Atlassian JIRA (v6.2#6252)