flyrain commented on code in PR #3427:
URL: https://github.com/apache/polaris/pull/3427#discussion_r2713907320
##########
runtime/service/src/main/java/org/apache/polaris/service/catalog/iceberg/IcebergCatalog.java:
##########
@@ -1180,7 +1180,7 @@ private <T extends PolarisEntity & LocationBasedEntity>
void validateNoLocationO
ns ->
resolutionManifest.addPath(
new ResolverPath(Arrays.asList(ns.levels()),
PolarisEntityType.NAMESPACE), ns));
- ResolverStatus status = resolutionManifest.resolveAll();
+ ResolverStatus status = resolutionManifest.resolvePathsOnly();
Review Comment:
Do we plan to make the same changes for other classes, like
`Cataloghanlder`, `PolicyCatalogHandler`?
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]