case class Incompatible(error: Throwable) extends SchemaCompatibility with Product with Serializable
Indicates that the schema is not compatible with the existing schema in the data store
- error
error message
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Incompatible
- Serializable
- Serializable
- Product
- Equals
- SchemaCompatibility
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
Incompatible(error: Throwable)
- error
error message
Value Members
-
def
apply(): Unit
Ensures that the schema matches the existing schema in the data store, or throws an error if the schemas are incompatible
Ensures that the schema matches the existing schema in the data store, or throws an error if the schemas are incompatible
- Definition Classes
- Incompatible → SchemaCompatibility
- val error: Throwable