@Internal public abstract class FormatDescriptorValidator extends Object implements DescriptorValidator
FormatDescriptor.| Modifier and Type | Field and Description |
|---|---|
static String |
FORMAT
Prefix for format-related properties.
|
static String |
FORMAT_DERIVE_SCHEMA
Key for deriving the schema of the format from the table's schema.
|
static String |
FORMAT_PROPERTY_VERSION
Key for describing the property version.
|
static String |
FORMAT_TYPE
Key for describing the type of the format.
|
static String |
FORMAT_VERSION
Key for describing the version of the format.
|
| Constructor and Description |
|---|
FormatDescriptorValidator() |
| Modifier and Type | Method and Description |
|---|---|
void |
validate(DescriptorProperties properties)
Performs basic validation such as completeness tests.
|
public static final String FORMAT
public static final String FORMAT_TYPE
public static final String FORMAT_PROPERTY_VERSION
public static final String FORMAT_VERSION
public static final String FORMAT_DERIVE_SCHEMA
public void validate(DescriptorProperties properties)
DescriptorValidatorvalidate in interface DescriptorValidatorCopyright © 2014–2020 The Apache Software Foundation. All rights reserved.