[ https://issues.apache.org/jira/browse/HIVE-21113?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16739256#comment-16739256 ]
Hive QA commented on HIVE-21113: -------------------------------- Here are the results of testing the latest attachment: https://issues.apache.org/jira/secure/attachment/12954399/HIVE-21113.1.patch {color:red}ERROR:{color} -1 due to no test(s) being added or modified. {color:red}ERROR:{color} -1 due to 3 failed/errored test(s), 15696 tests executed *Failed tests:* {noformat} TestAlterTableMetadata - did not produce a TEST-*.xml file (likely timed out) (batchId=251) TestReplAcidTablesWithJsonMessage - did not produce a TEST-*.xml file (likely timed out) (batchId=251) TestSemanticAnalyzerHookLoading - did not produce a TEST-*.xml file (likely timed out) (batchId=251) {noformat} Test results: https://builds.apache.org/job/PreCommit-HIVE-Build/15571/testReport Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/15571/console Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-15571/ Messages: {noformat} Executing org.apache.hive.ptest.execution.TestCheckPhase Executing org.apache.hive.ptest.execution.PrepPhase Executing org.apache.hive.ptest.execution.YetusPhase Executing org.apache.hive.ptest.execution.ExecutionPhase Executing org.apache.hive.ptest.execution.ReportingPhase Tests exited with: TestsFailedException: 3 tests failed {noformat} This message is automatically generated. ATTACHMENT ID: 12954399 - PreCommit-HIVE-Build > For HPL/SQL that contains boolean expression with NOT, incorrect SQL may be > generated. > --------------------------------------------------------------------------------------- > > Key: HIVE-21113 > URL: https://issues.apache.org/jira/browse/HIVE-21113 > Project: Hive > Issue Type: Bug > Components: hpl/sql > Reporter: Baoning He > Assignee: Baoning He > Priority: Major > Attachments: HIVE-21113.1.patch > > > In HPL/SQL, ' SELECT * FROM a WHERE NOT (1 = 2) ' will generate to incorrect > SQL ' SELECT * FROM a WHERE (1 = 2) ', the 'NOT' in boolean expression is > missing. -- This message was sent by Atlassian JIRA (v7.6.3#76005)