We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6aaa546 commit 3e4ca70Copy full SHA for 3e4ca70
polaris-core/src/main/java/org/apache/polaris/core/persistence/BasePersistence.java
@@ -311,7 +311,6 @@ Page<EntityNameLookupRecord> listEntities(
311
* @param catalogId catalog id for that entity, NULL_ID if the entity is top-level
312
* @param parentId id of the parent, can be the special 0 value representing the root entity
313
* @param entityType type of entities to list
314
- * @param limit the max number of items to return
315
* @param entityFilter the filter to be applied to each entity. Only entities where the predicate
316
* returns true are returned in the list
317
* @param transformer the transformation function applied to the {@link PolarisBaseEntity} before
0 commit comments