dimas-b commented on code in PR #2336:
URL: https://github.com/apache/polaris/pull/2336#discussion_r2273710690
##########
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:
nit: I tend to think the PR title should mention "replace CallContext with
RealmConfig ..." :)
--
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]