Class ManagedReader.EarlyEofException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.drill.exec.physical.impl.scan.v3.ManagedReader.EarlyEofException
All Implemented Interfaces:
Serializable
Enclosing interface:
ManagedReader

public static class ManagedReader.EarlyEofException extends Exception
Exception thrown from the constructor if the data source is empty and can produce no data or schema. The scan will skip over the reader.
See Also:
  • Constructor Details

    • EarlyEofException

      public EarlyEofException()