@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, MAX_READ_RETRIES, props, READ_RETRY_DELAY_MSEC| Modifier and Type | Method and Description |
|---|---|
static HoodiePreCommitValidatorConfig.Builder |
newBuilder() |
clearValue, contains, contains, contains, getBoolean, getBooleanOrDefault, getBooleanOrDefault, getBooleanOrDefault, getDouble, getDoubleOrDefault, getFloat, getFloatOrDefault, getInt, getIntOrDefault, getLong, getLongOrDefault, getProps, getProps, getSplitStrings, getSplitStrings, 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 © 2024 The Apache Software Foundation. All rights reserved.