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

Closes #21387 from mojodna/patch-1.
This commit is contained in:
Seth Fitzsimmons 2018-05-23 09:14:03 +08:00 committed by hyukjinkwon
parent 79e06faa4e
commit 00c13cfad7

View file

@ -19,8 +19,8 @@ package org.apache.spark.sql.execution.streaming;
/** /**
* This is an internal, deprecated interface. New source implementations should use the * 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 * org.apache.spark.sql.sources.v2.reader.streaming.Offset class, which is the one that will be
* in the long term. * supported in the long term.
* *
* This class will be removed in a future release. * This class will be removed in a future release.
*/ */