GitHub user zsxwing opened a pull request:

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

    [SPARK-22909]Move Structured Streaming v2 APIs to streaming folder

    ## What changes were proposed in this pull request?
    
    This PR moves Structured Streaming v2 APIs to streaming folder as following:
    ```
    sql/core/src/main/java/org/apache/spark/sql/sources/v2/streaming
    ├── ContinuousReadSupport.java
    ├── ContinuousWriteSupport.java
    ├── MicroBatchReadSupport.java
    ├── MicroBatchWriteSupport.java
    ├── reader
    │   ├── ContinuousDataReader.java
    │   ├── ContinuousReader.java
    │   ├── MicroBatchReader.java
    │   ├── Offset.java
    │   └── PartitionOffset.java
    └── writer
        └── ContinuousWriter.java
    ```
    
    ## How was this patch tested?
    
    Jenkins

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

    $ git pull https://github.com/zsxwing/spark move

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

    https://github.com/apache/spark/pull/20093.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 #20093
    
----
commit 0e67a0b8fd98406323536bebcf77486630debdd3
Author: Shixiong Zhu <zsxwing@...>
Date:   2017-12-27T18:17:45Z

    Move

----


---

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

Reply via email to