Class SplitsRemoval<SplitT>

  • Type Parameters:
    SplitT - the split type.

    @Internal
    public class SplitsRemoval<SplitT>
    extends SplitsChange<SplitT>
    A change to remove splits.

    This type of SplitsChange is only used when the RecordEvaluator reports the end of the stream.

    The SplitsRemoval change between the enumerator and the reader may cause a data loss. See more details at the discussion e-mail.