Class SchemaValidator
java.lang.Object
io.debezium.connector.spanner.db.metadata.SchemaValidator
Validates incoming row against stored schema
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanvalidate(TableSchema schemaTable, TableSchema watchedTable, List<Column> rowType)
-
Field Details
-
LOGGER
private static final org.slf4j.Logger LOGGER
-
-
Constructor Details
-
SchemaValidator
private SchemaValidator()
-
-
Method Details
-
validate
public static boolean validate(TableSchema schemaTable, TableSchema watchedTable, List<Column> rowType)
-