Class HMSTablePropertyHelper

java.lang.Object
org.apache.iceberg.hive.HMSTablePropertyHelper

public class HMSTablePropertyHelper extends Object
  • Method Details

    • updateHmsTableForIcebergTable

      public static void updateHmsTableForIcebergTable(String newMetadataLocation, org.apache.hadoop.hive.metastore.api.Table tbl, TableMetadata metadata, Set<String> obsoleteProps, boolean hiveEngineEnabled, long maxHiveTablePropertySize, String currentLocation)
      Updates the HMS Table properties based on the Iceberg Table metadata.
    • updateHmsTableForIcebergView

      public static void updateHmsTableForIcebergView(String newMetadataLocation, org.apache.hadoop.hive.metastore.api.Table tbl, ViewMetadata metadata, Set<String> obsoleteProps, long maxHiveTablePropertySize, String currentLocation)
      Updates the HMS Table properties based on the Iceberg View metadata.