[ https://issues.apache.org/jira/browse/HIVE-10590?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14533806#comment-14533806 ]
Hive QA commented on HIVE-10590: -------------------------------- {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/12731030/HIVE-10590.1.patch {color:red}ERROR:{color} -1 due to 2 failed/errored test(s), 8919 tests executed *Failed tests:* {noformat} org.apache.hadoop.hive.cli.TestEncryptedHDFSCliDriver.testCliDriver_encryption_insert_partition_static org.apache.hive.spark.client.TestSparkClient.testSyncRpc {noformat} Test results: http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/3805/testReport Console output: http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/3805/console Test logs: http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIVE-TRUNK-Build-3805/ 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: 12731030 - PreCommit-HIVE-TRUNK-Build > fix potential NPE in HiveMetaStore.equals > ----------------------------------------- > > Key: HIVE-10590 > URL: https://issues.apache.org/jira/browse/HIVE-10590 > Project: Hive > Issue Type: Bug > Components: Metastore > Reporter: Alexander Pivovarov > Assignee: Alexander Pivovarov > Priority: Minor > Attachments: HIVE-10590.1.patch, rb33798.patch > > > The following code will throw NPE if both v1 and v2 are null. HiveMetaStore > (2028-2029) > {code} > String v1 = p1.getValues().get(i), v2 = p2.getValues().get(i); > if ((v1 == null && v2 != null) || !v1.equals(v2)) return false; > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)