| Package | Description |
|---|---|
| org.apache.hudi.avro | |
| org.apache.hudi.exception |
| Modifier and Type | Method and Description |
|---|---|
static AvroSchemaCompatibility.SchemaPairCompatibility |
AvroSchemaCompatibility.checkReaderWriterCompatibility(org.apache.avro.Schema reader,
org.apache.avro.Schema writer,
boolean checkNamingOverride)
Validates that the provided reader schema can be used to decode avro data
written with the provided writer schema.
|
| Constructor and Description |
|---|
SchemaBackwardsCompatibilityException(AvroSchemaCompatibility.SchemaPairCompatibility compatibility,
org.apache.avro.Schema writerSchema,
org.apache.avro.Schema tableSchema) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.