deniskuzZ commented on code in PR #5975: URL: https://github.com/apache/hive/pull/5975#discussion_r2224681779
########## ql/src/test/org/apache/hadoop/hive/ql/security/authorization/plugin/metastore/TestHiveMetaStoreAuthorizer.java: ########## @@ -386,7 +390,7 @@ public void testJ_AlterTable_AuthorizedUser() throws Exception { UserGroupInformation.setLoginUser(UserGroupInformation.createRemoteUser(authorizedUser)); try { Table table = new TableBuilder() - .setTableName(tblName) + .setTableName("test_drop") Review Comment: @zxl-333 please revert changes in that test method. that's my bad To fix the Jenkins build, please also change line #135 to `hmsHandler.drop_table("default", tblName, true);` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For additional commands, e-mail: gitbox-h...@hive.apache.org