Class SchemaIncompatibleException

All Implemented Interfaces:
Serializable

public class SchemaIncompatibleException extends RuntimeException
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 Details

    • SchemaIncompatibleException

      public SchemaIncompatibleException(String message)