flyrain commented on code in PR #4408:
URL: https://github.com/apache/polaris/pull/4408#discussion_r3270636877


##########
polaris-core/src/main/java/org/apache/polaris/core/entity/PolarisEntityUtils.java:
##########
@@ -75,4 +78,20 @@ public static Namespace decodeNamespace(String encodedNs) {
     }
     return Namespace.of(levels);
   }
+
+  public static Optional<LocationBasedEntity> 
asLocationBasedEntity(PolarisEntity entity) {

Review Comment:
   +1  nice solution, thanks for adding it



-- 
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]

Reply via email to