Class HiveTableOperations

  • All Implemented Interfaces:
    TableOperations

    public class HiveTableOperations
    extends BaseMetastoreTableOperations
    TODO we should be able to extract some more commonalities to BaseMetastoreTableOperations to avoid code duplication between this class and Metacat Tables.
    • Constructor Detail

      • HiveTableOperations

        protected HiveTableOperations​(org.apache.hadoop.conf.Configuration conf,
                                      HiveClientPool metaClients,
                                      java.lang.String catalogName,
                                      java.lang.String database,
                                      java.lang.String table)