Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add comment for deprecated class
  • Loading branch information
jose-torres committed Dec 18, 2017
commit 949f5b49fc7b0f1de53acdfdac942d02eb2c2651
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
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.
*
* This class will be removed in a future release.
*/
public abstract class Offset {
/**
* A JSON-serialized representation of an Offset that is
Expand Down