| Package | Description |
|---|---|
| org.apache.hudi.avro |
| Modifier and Type | Method and Description |
|---|---|
AvroSchemaCompatibility.SchemaIncompatibilityType |
AvroSchemaCompatibility.Incompatibility.getType()
Returns the SchemaIncompatibilityType.
|
static AvroSchemaCompatibility.SchemaIncompatibilityType |
AvroSchemaCompatibility.SchemaIncompatibilityType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AvroSchemaCompatibility.SchemaIncompatibilityType[] |
AvroSchemaCompatibility.SchemaIncompatibilityType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static AvroSchemaCompatibility.SchemaCompatibilityResult |
AvroSchemaCompatibility.SchemaCompatibilityResult.incompatible(AvroSchemaCompatibility.SchemaIncompatibilityType incompatibilityType,
org.apache.avro.Schema readerFragment,
org.apache.avro.Schema writerFragment,
String message,
List<String> location)
Returns a details object representing an incompatible schema pair, including
error details.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.