cloud-fan 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_r243228086
##########
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
trait StreamSourceProvider {
Review comment:
If this is stable, I think `Source` and `Sink` need to be stable as well?
----------------------------------------------------------------
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]