Skip to content

Commit 00c13cf

Browse files
mojodnaHyukjinKwon
authored andcommitted
Correct reference to Offset class
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 <[email protected]> Closes #21387 from mojodna/patch-1.
1 parent 79e06fa commit 00c13cf

File tree

1 file changed

+2
-2
lines changed
  • sql/core/src/main/scala/org/apache/spark/sql/execution/streaming

1 file changed

+2
-2
lines changed

sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/Offset.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919

2020
/**
2121
* This is an internal, deprecated interface. New source implementations should use the
22-
* org.apache.spark.sql.sources.v2.reader.Offset class, which is the one that will be supported
23-
* in the long term.
22+
* org.apache.spark.sql.sources.v2.reader.streaming.Offset class, which is the one that will be
23+
* supported in the long term.
2424
*
2525
* This class will be removed in a future release.
2626
*/

0 commit comments

Comments
 (0)