Skip to content

Commit

Permalink
Core: Re-add and deprecate HMS_TABLE_OWNER to TableProperties (apache…
Browse files Browse the repository at this point in the history
  • Loading branch information
nastra authored Nov 30, 2022
1 parent 48eb101 commit ae15c7e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/src/main/java/org/apache/iceberg/TableProperties.java
Original file line number Diff line number Diff line change
Expand Up @@ -359,4 +359,7 @@ private TableProperties() {}

public static final String UPSERT_ENABLED = "write.upsert.enabled";
public static final boolean UPSERT_ENABLED_DEFAULT = false;

/** @deprecated will be removed in 1.3.0, use the HMS_TABLE_OWNER constant from HiveCatalog */
@Deprecated public static final String HMS_TABLE_OWNER = "hive.metastore.table.owner";
}

0 comments on commit ae15c7e

Please sign in to comment.