[ https://issues.apache.org/jira/browse/HIVE-20412?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16584537#comment-16584537 ]
Hive QA commented on HIVE-20412: -------------------------------- Here are the results of testing the latest attachment: https://issues.apache.org/jira/secure/attachment/12936069/HIVE-20412.1.patch {color:red}ERROR:{color} -1 due to no test(s) being added or modified. {color:red}ERROR:{color} -1 due to 1 failed/errored test(s), 14884 tests executed *Failed tests:* {noformat} org.apache.hive.jdbc.TestJdbcWithMiniLlapArrow.testKillQuery (batchId=252) {noformat} Test results: https://builds.apache.org/job/PreCommit-HIVE-Build/13311/testReport Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/13311/console Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-13311/ 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: 1 tests failed {noformat} This message is automatically generated. ATTACHMENT ID: 12936069 - PreCommit-HIVE-Build > NPE in HiveMetaHook > ------------------- > > Key: HIVE-20412 > URL: https://issues.apache.org/jira/browse/HIVE-20412 > Project: Hive > Issue Type: Bug > Components: Metastore > Reporter: Jason Dere > Assignee: Jason Dere > Priority: Major > Attachments: HIVE-20412.1.patch > > > {noformat} > java.lang.NullPointerException: null > at > org.apache.hadoop.hive.metastore.HiveMetaHook.preAlterTable(HiveMetaHook.java:113) > ~[hive-exec-3.1.0.3.0.1.0-104.jar:3.1.0.3.0.1.0-104] > at > org.apache.hadoop.hive.metastore.HiveMetaStoreClient.alter_table(HiveMetaStoreClient.java:427) > ~[hive-exec-3.1.0.3.0.1.0-104.jar:3.1.0.3.0.1.0-104] > at > org.apache.hadoop.hive.ql.metadata.SessionHiveMetaStoreClient.alter_table(SessionHiveMetaStoreClient.java:415) > ~[hive-exec-3.1.0.3.0.1.0-104.jar:3.1.0.3.0.1.0-104] > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > ~[?:1.8.0_112] > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) > ~[?:1.8.0_112] > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > ~[?:1.8.0_112] > at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_112] > at > org.apache.hadoop.hive.metastore.RetryingMetaStoreClient.invoke(RetryingMetaStoreClient.java:212) > ~[hive-exec-3.1.0.3.0.1.0-104.jar:3.1.0.3.0.1.0-104] > at com.sun.proxy.$Proxy37.alter_table(Unknown Source) ~[?:?] > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > ~[?:1.8.0_112] > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) > ~[?:1.8.0_112] > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > ~[?:1.8.0_112] > at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_112] > at > org.apache.hadoop.hive.metastore.HiveMetaStoreClient$SynchronizedHandler.invoke(HiveMetaStoreClient.java:2933) > ~[hive-exec-3.1.0.3.0.1.0-104.jar:3.1.0.3.0.1.0-104] > at com.sun.proxy.$Proxy37.alter_table(Unknown Source) ~[?:?] > at org.apache.hadoop.hive.ql.metadata.Hive.alterTable(Hive.java:708) > ~[hive-exec-3.1.0.3.0.1.0-104.jar:3.1.0.3.0.1.0-104] > at > org.apache.hadoop.hive.ql.util.HiveStrictManagedMigration$HiveUpdater.updateTableProperties(HiveStrictManagedMigration.java:954) > ~[hive-exec-3.1.0.3.0.1.0-104.jar:3.1.0.3.0.1.0-104] > {noformat} -- This message was sent by Atlassian JIRA (v7.6.3#76005)