flyrain commented on code in PR #3064:
URL: https://github.com/apache/polaris/pull/3064#discussion_r2540519678
##########
polaris-core/src/main/java/org/apache/polaris/core/persistence/resolver/PolarisResolutionManifest.java:
##########
@@ -277,6 +285,7 @@ public PolarisResolvedPathWrapper
getResolvedRootContainerEntityAsPath() {
public PolarisResolvedPathWrapper getResolvedReferenceCatalogEntity(
boolean prependRootContainer) {
+ requirePrimaryResolverStatus();
Review Comment:
That's a good point. Removed this line to avoid any behavior change.
--
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]