This is an automated email from the ASF dual-hosted git repository.

diqiu50 pushed a commit to branch glue-pr03
in repository https://gitbox.apache.org/repos/asf/gravitino.git

commit 1d9f5bf7f2f1a3a00fe7412dccd0e8c56c57e1f1
Author: diqiu50 <[email protected]>
AuthorDate: Mon Apr 13 12:37:02 2026 +0800

    refactor(catalog-glue): use hyphen in TABLE_FORMAT key value
    
    Change TABLE_FORMAT constant value from "table_format" to "table-format"
    to follow Gravitino's hyphen-separated naming convention for property keys.
---
 .../src/main/java/org/apache/gravitino/catalog/glue/GlueConstants.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/catalogs/catalog-glue/src/main/java/org/apache/gravitino/catalog/glue/GlueConstants.java
 
b/catalogs/catalog-glue/src/main/java/org/apache/gravitino/catalog/glue/GlueConstants.java
index 262ec3e866..1aaa10599a 100644
--- 
a/catalogs/catalog-glue/src/main/java/org/apache/gravitino/catalog/glue/GlueConstants.java
+++ 
b/catalogs/catalog-glue/src/main/java/org/apache/gravitino/catalog/glue/GlueConstants.java
@@ -73,7 +73,7 @@ public final class GlueConstants {
    * ICEBERG}, {@code HIVE}, {@code DELTA}, {@code PARQUET} (uppercase, as 
stored by Glue). Used
    * internally to determine the table format when reading Glue tables.
    */
-  public static final String TABLE_FORMAT = "table_format";
+  public static final String TABLE_FORMAT = "table-format";
 
   /** Iceberg table metadata location stored in Glue {@code 
Table.parameters()}. */
   public static final String METADATA_LOCATION = "metadata_location";

Reply via email to