Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.24 KB

spark-sql-streaming-OffsetSeq.adoc

File metadata and controls

32 lines (20 loc) · 1.24 KB

OffsetSeq

OffsetSeq is…​FIXME

OffsetSeq is created when…​MEFIXME

toStreamProgress Method

toStreamProgress(sources: Seq[BaseStreamingSource]): StreamProgress

toStreamProgress then creates a new StreamProgress with the only sources that have the offsets defined.

toStreamProgress throws a AssertionError if the number of the input sources does not match the offsets.

Note

toStreamProgress is used when:

Creating OffsetSeq Instance

OffsetSeq takes the following when created: