GitHub user HeartSaVioR opened a pull request:

    https://github.com/apache/spark/pull/21152

    [SPARK-23688][SS] Refactor tests away from rate source

    ## What changes were proposed in this pull request?
    
    Replace rate source with memory source in continuous mode. Keep using 
"rate" source if the tests intend to put data periodically in background, or 
need to write short source name, since "memory" doesn't have provider for 
source.
    
    ## How was this patch tested?
    
    Ran relevant test suite from IDE.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/HeartSaVioR/spark SPARK-23688

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/21152.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #21152
    
----
commit 5aac856b3ef0118d174f016fc6a476f0facf174b
Author: Jungtaek Lim <kabhwan@...>
Date:   2018-04-25T09:46:30Z

    [SPARK-23688][SS] Refactor tests away from rate source
    
    * replace rate source with memory source in continous mode

----


---

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

Reply via email to