GitHub user cloud-fan opened a pull request:
https://github.com/apache/spark/pull/20509
[SPARK-23268][SQL][followup] Reorganize packages in data source V2
## What changes were proposed in this pull request?
This is a followup of https://github.com/apache/spark/pull/20435.
While reorganizing the packages for streaming data source v2, the top level
stream read/write support interfaces should not be in the reader/writer
package, but should be in the `sources.v2` package, to follow the
`ReadSupport`, `WriteSupport`, etc.
## How was this patch tested?
N/A
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/cloud-fan/spark followup
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/20509.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 #20509
----
commit e3f007f5ccf3f1404ad37e40f6d3112933da3c24
Author: Wenchen Fan <wenchen@...>
Date: 2018-02-05T10:22:02Z
move streaming read/write support interface to sources.v2 package
----
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]