XN137 commented on code in PR #2336:
URL: https://github.com/apache/polaris/pull/2336#discussion_r2273896206
##########
polaris-core/src/main/java/org/apache/polaris/core/entity/CatalogEntity.java:
##########
@@ -79,7 +79,7 @@ public static CatalogEntity of(PolarisBaseEntity
sourceEntity) {
return null;
}
- public static CatalogEntity fromCatalog(CallContext callContext, Catalog
catalog) {
+ public static CatalogEntity fromCatalog(RealmConfig realmConfig, Catalog
catalog) {
Review Comment:
ok changed the PR title
--
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]