Skip to content

Commit

Permalink
Correct reference to Offset class
Browse files Browse the repository at this point in the history
This is a documentation-only correction; `org.apache.spark.sql.sources.v2.reader.Offset` is actually `org.apache.spark.sql.sources.v2.reader.streaming.Offset`.

Author: Seth Fitzsimmons <seth@mojodna.net>

Closes #21387 from mojodna/patch-1.
  • Loading branch information
mojodna authored and HyukjinKwon committed May 23, 2018
1 parent 79e06fa commit 00c13cf
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@

/**
* This is an internal, deprecated interface. New source implementations should use the
* org.apache.spark.sql.sources.v2.reader.Offset class, which is the one that will be supported
* in the long term.
* org.apache.spark.sql.sources.v2.reader.streaming.Offset class, which is the one that will be
* supported in the long term.
*
* This class will be removed in a future release.
*/
Expand Down

0 comments on commit 00c13cf

Please sign in to comment.