xuanyuanking commented on a change in pull request #30885:
URL: https://github.com/apache/spark/pull/30885#discussion_r547963939



##########
File path: 
sql/core/src/main/scala/org/apache/spark/sql/streaming/DataStreamWriter.scala
##########
@@ -301,12 +301,24 @@ final class DataStreamWriter[T] private[sql](ds: 
Dataset[T]) {
   def start(): StreamingQuery = startInternal(None)
 
   /**
+   * :: Experimental ::

Review comment:
       Per the comment 
https://github.com/apache/spark/blob/cc23581e2645c91fa8d6e6c81dc87b4221718bb1/common/tags/src/main/java/org/apache/spark/annotation/Experimental.java#L28-L31
 `:: Experimental ::` is the tag for scaladoc.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to