granthenke commented on a change in pull request #23354: [SPARK-26415][SQL]
Mark StreamSinkProvider and StreamSourceProvider as stable
URL: https://github.com/apache/spark/pull/23354#discussion_r243364760
##########
File path:
sql/core/src/main/scala/org/apache/spark/sql/sources/interfaces.scala
##########
@@ -111,13 +111,11 @@ trait SchemaRelationProvider {
}
/**
- * ::Experimental::
* Implemented by objects that can produce a streaming `Source` for a specific
format or system.
*
* @since 2.0.0
*/
-@Experimental
-@Unstable
+@Stable
Review comment:
@HyukjinKwon I don't think it makes sense to go through the motions step by
step just for the sake of taking the steps. This interface has gone unchanged
since Spark 2.2.0.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]