eric-maynard commented on code in PR #1264:
URL: https://github.com/apache/polaris/pull/1264#discussion_r2023730355


##########
polaris-core/src/main/java/org/apache/polaris/core/entity/table/GenericTableEntity.java:
##########
@@ -52,6 +53,11 @@ public String getFormat() {
     return getInternalPropertiesAsMap().get(GenericTableEntity.FORMAT_KEY);
   }
 
+  @JsonIgnore
+  public String getDoc() {

Review Comment:
   That's right, internalProperties and properties work that way right now. 
This is specifically relevant when we need to build the `properties` map in the 
response



-- 
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: issues-unsubscr...@polaris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to