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: [email protected]
For additional commands, e-mail: [email protected]