GitHub user lw-lin opened a pull request:

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

    [MINOR][SQL] Standardize 'continuous queries' to 'streaming 
Datasets/DataFrames'

    ## What changes were proposed in this pull request?
    
    This patch does some replacing (since `streaming Datasets/DataFrames` is 
the term we've chosen in 
[SPARK-15593](https://github.com/apache/spark/commit/00c310133df4f3893dd90d801168c2ab9841b102)):
     - `continuous queries` -> `streaming Datasets/DataFrames`
     - `non-continuous queries` -> `non-streaming Datasets/DataFrames`
    
    
    This patch also adds `test("check foreach() can only be called on streaming 
Datasets/DataFrames")`.
    
    ## How was this patch tested?
    
    N/A

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

    $ git pull https://github.com/lw-lin/spark 
continuous-queries-to-streaming-dss-dfs

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

    https://github.com/apache/spark/pull/13595.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 #13595
    
----
commit 4780124b6541e663afe5bc84cf5785ffd6ec2874
Author: Liwei Lin <[email protected]>
Date:   2016-06-10T09:42:35Z

    continuous/non-continuous queries -> streaming/non-streaming 
Datasets/DataFrames

commit 9322954380b4dc6bfebb9dd4156a4e8c04388107
Author: Liwei Lin <[email protected]>
Date:   2016-06-10T09:42:56Z

    Add test

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

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

Reply via email to