xunliu commented on code in PR #6620: URL: https://github.com/apache/gravitino/pull/6620#discussion_r1983217433
########## authorizations/authorization-ranger/src/test/java/org/apache/gravitino/authorization/ranger/integration/test/RangerBaseE2EIT.java: ########## @@ -514,9 +514,8 @@ void testWriteOnlyTable() throws InterruptedException { // case 1: Succeed to insert data into the table sparkSession.sql(SQL_INSERT_TABLE); - // case 2: Fail to select data from the table - Assertions.assertThrows( - AccessControlException.class, () -> sparkSession.sql(SQL_SELECT_TABLE).collectAsList()); + // case 2: Fail select data from the table Review Comment: Please change comment. `Fail select?` -- 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: commits-unsubscr...@gravitino.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org