public interface ValidatingInputFormat extends InputFormatProvider
Modifier and Type | Field and Description |
---|---|
static String |
PLUGIN_TYPE |
Modifier and Type | Method and Description |
---|---|
io.cdap.cdap.api.data.schema.Schema |
getSchema(FormatContext context)
Gets validated schema.
|
void |
validate(FormatContext context)
Validates configurations of input format.
|
getInputFormatClassName, getInputFormatConfiguration
static final String PLUGIN_TYPE
void validate(FormatContext context)
context
- format context@Nullable io.cdap.cdap.api.data.schema.Schema getSchema(FormatContext context)
context
- format contextCopyright © 2021 Cask Data, Inc. Licensed under the Apache License, Version 2.0.