Class IncompatibleSchemaModificationException

  • All Implemented Interfaces:
    Serializable

    public class IncompatibleSchemaModificationException
    extends org.apache.parquet.ParquetRuntimeException
    thrown when we are trying to read together files with incompatible schemas.
    See Also:
    Serialized Form
    • Constructor Detail

      • IncompatibleSchemaModificationException

        public IncompatibleSchemaModificationException()
      • IncompatibleSchemaModificationException

        public IncompatibleSchemaModificationException​(String message,
                                                       Throwable cause)
      • IncompatibleSchemaModificationException

        public IncompatibleSchemaModificationException​(String message)
      • IncompatibleSchemaModificationException

        public IncompatibleSchemaModificationException​(Throwable cause)