public class SchemaValidation extends Object
TableSchema
.Modifier and Type | Field and Description |
---|---|
static List<Class<? extends DataType>> |
PRIMARY_KEY_UNSUPPORTED_LOGICAL_TYPES |
Constructor and Description |
---|
SchemaValidation() |
Modifier and Type | Method and Description |
---|---|
static void |
validateFallbackBranch(SchemaManager schemaManager,
TableSchema schema) |
static void |
validateTableSchema(TableSchema schema)
Validate the
TableSchema and CoreOptions . |
public static void validateTableSchema(TableSchema schema)
TableSchema
and CoreOptions
.
TODO validate all items in schema and all keys in options.
schema
- the schema to be validatedpublic static void validateFallbackBranch(SchemaManager schemaManager, TableSchema schema)
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.