| Package | Description |
|---|---|
| org.apache.hudi.common | |
| org.apache.hudi.exception |
| Modifier and Type | Class and Description |
|---|---|
class |
HoodieSchemaNotFoundException |
| Modifier and Type | Class and Description |
|---|---|
class |
HoodieAvroSchemaException
Thrown when we detect in Hudi code that a record schema
violates Avro rules.
|
class |
HoodieNullSchemaTypeException
Thrown if a schema is null or empty.
|
class |
InvalidUnionTypeException
Thrown when a field is a union and at least one of the following is true:
the incoming union and the latest table union have differing numbers of types
the incoming union has more than two types
|
class |
MissingSchemaFieldException
Thrown when the schema of the incoming data is missing fields that are in the table schema.
|
class |
SchemaBackwardsCompatibilityException
Thrown when there is a backwards compatibility issue with the incoming schema.
|
class |
SchemaCompatibilityException
An exception thrown when schema has compatibility problems.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.