eric-maynard commented on code in PR #1838: URL: https://github.com/apache/polaris/pull/1838#discussion_r2139125285
########## polaris-core/src/testFixtures/java/org/apache/polaris/core/persistence/PolarisTestMetaStoreManager.java: ########## @@ -791,7 +793,8 @@ void dropEntity(List<PolarisEntityCore> catalogPath, PolarisBaseEntity entityToD PolarisEntityType.CATALOG_ROLE, PolarisEntitySubType.ANY_SUBTYPE, PageToken.readEverything()) - .getEntities(); + .getEntities() + .items(); Review Comment: This doesn't look necessary; the entities _are_ the items -- 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: issues-unsubscr...@polaris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org