jerryshao commented on code in PR #6751: URL: https://github.com/apache/gravitino/pull/6751#discussion_r2025270824
########## catalogs/catalog-hive/src/test/java/org/apache/gravitino/catalog/hive/TestHiveCatalog.java: ########## @@ -125,6 +125,8 @@ void testCatalogProperty() { throwable .getMessage() .contains( - String.format("Properties are required and must be set: [%s]", METASTORE_URIS))); + String.format( + "Properties or property prefixes arerequired and must be set: [%s]", Review Comment: “...are required...” -- 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