You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2019/03/05 16:43:53 UTC

[GitHub] [spark] cloud-fan opened a new pull request #23981: [SPARK-27064][SS] create StreamingWrite at the beginning of streaming execution

cloud-fan opened a new pull request #23981: [SPARK-27064][SS] create StreamingWrite at the beginning of streaming execution
URL: https://github.com/apache/spark/pull/23981
 
 
   ## What changes were proposed in this pull request?
   
   According to the [design](https://docs.google.com/document/d/1vI26UEuDpVuOjWw4WPoH2T6y8WAekwtI7qoowhOFnI4/edit?usp=sharing), the life cycle of `StreamingWrite` should be the same as the read side `MicroBatch/ContinuousStream`, i.e. each run of the stream query, instead of each epoch.
   
   This PR fixes it.
   
   ## How was this patch tested?
   
   existing tests

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org