Repository: spark
Updated Branches:
  refs/heads/branch-2.3 efe183f7b -> ed0060ce7


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 <s...@mojodna.net>

Closes #21387 from mojodna/patch-1.

(cherry picked from commit 00c13cfad78607fde0787c9d494f0df8ab7051ba)
Signed-off-by: hyukjinkwon <gurwls...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/ed0060ce
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/ed0060ce
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/ed0060ce

Branch: refs/heads/branch-2.3
Commit: ed0060ce786c78dd49099f55ab85412a01621184
Parents: efe183f
Author: Seth Fitzsimmons <s...@mojodna.net>
Authored: Wed May 23 09:14:03 2018 +0800
Committer: hyukjinkwon <gurwls...@apache.org>
Committed: Wed May 23 09:14:34 2018 +0800

----------------------------------------------------------------------
 .../scala/org/apache/spark/sql/execution/streaming/Offset.java   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/ed0060ce/sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/Offset.java
----------------------------------------------------------------------
diff --git 
a/sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/Offset.java 
b/sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/Offset.java
index 80aa550..43ad4b3 100644
--- 
a/sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/Offset.java
+++ 
b/sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/Offset.java
@@ -19,8 +19,8 @@ package org.apache.spark.sql.execution.streaming;
 
 /**
  * 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.
  */


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to