Class SchemaIncompatibleException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.hardwood.reader.SchemaIncompatibleException
- All Implemented Interfaces:
Serializable
Thrown when a file's schema is incompatible with the reference schema during
multi-file reading. The reference schema is the schema of the first file
in the input list; subsequent files must match it for column projection,
physical type, logical type, and repetition type.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SchemaIncompatibleException
-