Skip to content

Commit

Permalink
Correct reference to Offset class
Browse files Browse the repository at this point in the history
  • Loading branch information
mojodna authored May 21, 2018
1 parent b550b2a commit 81a5d3d
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 81a5d3d

Please sign in to comment.