granthenke commented on issue #23354: [SPARK-26415][SQL] Mark StreamSinkProvider and StreamSourceProvider as stable URL: https://github.com/apache/spark/pull/23354#issuecomment-449092942 Thanks @zsxwing, thats good to know. Note: The [Unstable](https://github.com/apache/spark/blob/master/common/tags/src/main/java/org/apache/spark/annotation/Unstable.java) annotation does imply that it can be changed between maintenance releases. It implies this because the [Evolving](https://github.com/apache/spark/blob/master/common/tags/src/main/java/org/apache/spark/annotation/Evolving.java) annotation claims it can only change from one feature release to another and unstable is more permissive than that. Perhaps the documentation could be updated.
---------------------------------------------------------------- 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]
