FANNG1 commented on code in PR #7612:
URL: https://github.com/apache/gravitino/pull/7612#discussion_r2203797857


##########
trino-connector/trino-connector/src/main/java/org/apache/gravitino/trino/connector/catalog/iceberg/IcebergPropertyMeta.java:
##########
@@ -44,6 +44,15 @@ public class IcebergPropertyMeta implements HasPropertyMeta {
   /** Property key for table location configuration. */
   public static final String ICEBERG_LOCATION_PROPERTY = "location";
 
+  /** Property key for table format configuration. */
+  public static final String ICEBERG_FORMAT_PROPERTY = "format";

Review Comment:
   Is it `iceberg.file-format `?  
https://trino.io/docs/current/connector/iceberg.html#general-configuration



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