@Immutable public class HoodiePreCommitValidatorConfig extends HoodieConfig
| Modifier and Type | Class and Description |
|---|---|
static class |
HoodiePreCommitValidatorConfig.Builder |
| Modifier and Type | Field and Description |
|---|---|
static ConfigProperty<String> |
EQUALITY_SQL_QUERIES |
static ConfigProperty<String> |
INEQUALITY_SQL_QUERIES
Spark SQL queries to run on table before committing new data to validate state before and after commit.
|
static ConfigProperty<String> |
SINGLE_VALUE_SQL_QUERIES |
static ConfigProperty<String> |
VALIDATOR_CLASS_NAMES |
static String |
VALIDATOR_TABLE_VARIABLE |
CONFIG_VALUES_DELIMITER, props| Modifier and Type | Method and Description |
|---|---|
static HoodiePreCommitValidatorConfig.Builder |
newBuilder() |
contains, contains, create, getBoolean, getBooleanOrDefault, getDouble, getFloat, getInt, getIntOrDefault, getLong, getProps, getProps, getString, getString, getStringOrDefault, getStringOrDefault, getStringOrThrow, setAll, setDefault, setDefaultOnCondition, setDefaults, setDefaultValue, setDefaultValue, setValue, setValuepublic static final ConfigProperty<String> VALIDATOR_CLASS_NAMES
public static final String VALIDATOR_TABLE_VARIABLE
public static final ConfigProperty<String> EQUALITY_SQL_QUERIES
public static final ConfigProperty<String> SINGLE_VALUE_SQL_QUERIES
public static final ConfigProperty<String> INEQUALITY_SQL_QUERIES
public static HoodiePreCommitValidatorConfig.Builder newBuilder()
Copyright © 2022 The Apache Software Foundation. All rights reserved.