HyukjinKwon 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_r243184066
##########
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:
BTW, unstable to stable sounds a big jump tho. Maybe `Evolving` or simply
removing `Unstable` can be a okay compromise if we're not sure on this.
----------------------------------------------------------------
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]