Skip to content
Closed
Changes from all commits
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
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,10 @@ trait SchemaRelationProvider {
}

/**
* ::Experimental::
* Implemented by objects that can produce a streaming [[Source]] for a specific format or system.
*/
@Experimental
trait StreamSourceProvider {

/** Returns the name and schema of the source that can be used to continually read data. */
Expand All @@ -132,8 +134,10 @@ trait StreamSourceProvider {
}

/**
* ::Experimental::
* Implemented by objects that can produce a streaming [[Sink]] for a specific format or system.
*/
@Experimental
trait StreamSinkProvider {
def createSink(
sqlContext: SQLContext,
Expand Down