mchades commented on code in PR #8922:
URL: https://github.com/apache/gravitino/pull/8922#discussion_r2473431788


##########
common/src/main/java/org/apache/gravitino/dto/util/DTOConverters.java:
##########
@@ -1138,6 +1138,24 @@ public Map<String, String> properties() {
       public Audit auditInfo() {
         return tableDTO.auditInfo();
       }
+
+      @Override
+      public String format() {
+        if (properties() == null) {
+          return null;
+        }
+
+        return properties().get("format");

Review Comment:
   you said "we cannot add such an assumption" above



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