| Class | Description |
|---|---|
| ExceptionUtil |
Class collecting common utilities helping in handling
Exceptions |
| Exception | Description |
|---|---|
| CorruptedLogFileException |
An Exception thrown when the log file corrupted.
|
| HoodieAvroSchemaException |
Thrown when we detect in Hudi code that a record schema
violates Avro rules.
|
| HoodieCatalogException |
Exception thrown for Hoodie Catalog errors.
|
| HoodieCompactException |
Exception for Hudi compaction.
|
| HoodieCorruptedDataException |
Exception thrown when any data corruption happens when reading/writing from temporary disk.
|
| HoodieDebeziumAvroPayloadException |
Exception for HoodieDebeziumAvroPayload.
|
| HoodieDuplicateKeyException |
Exception throws when insert a duplicate key to the table using sql insert statement.
|
| HoodieEarlyConflictDetectionException |
Exception thrown for Hoodie failures.
|
| HoodieHeartbeatException |
Exception thrown for Hoodie heartbeat failures.
|
| HoodieIncrementalPathNotFoundException |
Thrown when path is not found in incremental query.
|
| HoodieIndexException |
Exception thrown for HoodieIndex related errors.
|
| HoodieKeyException |
Exception thrown for Hoodie Key Generator related errors.
|
| HoodieLockException |
Exception thrown for Hoodie failures.
|
| HoodieLogCompactException | |
| HoodieMetadataException |
Exception thrown for table metadata related failures.
|
| HoodieMetaSyncException | |
| HoodieNotSupportedException |
An exception throws when meet not supported operation.
|
| HoodieNullSchemaTypeException |
Thrown if a schema is null or empty.
|
| HoodieRecordCreationException |
Exception thrown during HoodieRecord construction for any failure
that is not a KeyGeneration failure.
|
| HoodieRecordMissingException |
Exception throws when indexing fails to locate the hoodie record.
|
| HoodieRemoteException |
Hoodie remote exception.
|
| HoodieSecondaryIndexException |
Exception for Hudi secondary index.
|
| HoodieSerializationException |
An exception throws when meet serialization problems.
|
| HoodieTimeTravelException | |
| HoodieValidationException |
Exception thrown for validation failures.
|
| HoodieWriteConflictException |
Exception thrown for Hoodie failures.
|
| InvalidHoodiePathException |
An exception thrown when hoodie path is invalid.
|
| InvalidTableException |
Exception thrown to indicate that a hoodie table is invalid.
|
| 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
|
| MetadataNotFoundException |
Thrown when expected metadata is not found.
|
| MissingSchemaFieldException |
Thrown when the schema of the incoming data is missing fields that are in the table schema.
|
| SchemaBackwardsCompatibilityException |
Thrown when there is a backwards compatibility issue with the incoming schema.
|
| SchemaCompatibilityException |
An exception thrown when schema has compatibility problems.
|
| TableNotFoundException |
Exception thrown to indicate that a hoodie table was not found on the path provided.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.