Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
wants to merge 1 commit into from

Conversation

zsxwing
Copy link
Member

@zsxwing zsxwing commented Dec 27, 2017

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

@zsxwing
Copy link
Member Author

zsxwing commented Dec 27, 2017

cc @jose-torres @marmbrus @cloud-fan

@jose-torres
Copy link
Contributor

LGTM

@zsxwing zsxwing changed the title [SPARK-22909]Move Structured Streaming v2 APIs to streaming folder [SPARK-22909][SS]Move Structured Streaming v2 APIs to streaming folder Dec 27, 2017
@SparkQA
Copy link

SparkQA commented Dec 27, 2017

Test build #85437 has finished for PR 20093 at commit 0e67a0b.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@cloud-fan
Copy link
Contributor

LGTM, merging to master!

@asfgit asfgit closed this in 32ec269 Dec 28, 2017
@zsxwing zsxwing deleted the move branch December 28, 2017 05:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants