public class HiveStrictManagedUtils extends Object
| Constructor and Description |
|---|
HiveStrictManagedUtils() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isAvroTableWithExternalSchema(Table table) |
static boolean |
isListBucketedTable(Table table) |
static String |
validateStrictManagedTable(org.apache.hadoop.conf.Configuration conf,
Table table)
Checks if the table is valid based on the rules for strict managed tables.
|
static void |
validateStrictManagedTableWithThrow(org.apache.hadoop.conf.Configuration conf,
Table table) |
public static void validateStrictManagedTableWithThrow(org.apache.hadoop.conf.Configuration conf,
Table table)
throws MetaException
MetaExceptionpublic static String validateStrictManagedTable(org.apache.hadoop.conf.Configuration conf, Table table)
conf - table - public static boolean isAvroTableWithExternalSchema(Table table)
public static boolean isListBucketedTable(Table table)
Copyright © 2024 The Apache Software Foundation. All rights reserved.