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-26649][SS] Add DSv2 noop sink #23631

Closed
wants to merge 4 commits into from

Conversation

gaborgsomogyi
Copy link
Contributor

What changes were proposed in this pull request?

Noop data source for batch was added in #23471.
In this PR I've added the streaming part.

How was this patch tested?

Additional unit tests.

@SparkQA
Copy link

SparkQA commented Jan 23, 2019

Test build #101596 has finished for PR 23631 at commit 524644b.

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

@dongjoon-hyun dongjoon-hyun changed the title [SPARK-26649][SS] Add DSV2 noop sink [SPARK-26649][SS] Add DSv2 noop sink Jan 23, 2019
@dongjoon-hyun
Copy link
Member

Looks clean and reasonable to me.
Could you review this, @srowen , @tdas , @zsxwing , @HeartSaVioR , @MaxGekk ?

@zsxwing
Copy link
Member

zsxwing commented Jan 23, 2019

Could you also add a simple test to make sure a query can be restarted if a checkpoint location is provided? Otherwise LGTM.

@SparkQA
Copy link

SparkQA commented Jan 24, 2019

Test build #101635 has finished for PR 23631 at commit 17ba393.

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

@SparkQA
Copy link

SparkQA commented Jan 24, 2019

Test build #101636 has finished for PR 23631 at commit d88bcba.

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

@SparkQA
Copy link

SparkQA commented Jan 24, 2019

Test build #101649 has finished for PR 23631 at commit 6422764.

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

Copy link
Contributor

@HeartSaVioR HeartSaVioR left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@dongjoon-hyun
Copy link
Member

+1, LGTM. Merged to master.

@dongjoon-hyun
Copy link
Member

Thank you, @gaborgsomogyi , @zsxwing , @MaxGekk , @HeartSaVioR .
cc @gatorsmile

@gaborgsomogyi
Copy link
Contributor Author

Thank you guys!

jackylee-ch pushed a commit to jackylee-ch/spark that referenced this pull request Feb 18, 2019
## What changes were proposed in this pull request?

Noop data source for batch was added in [apache#23471](apache#23471).
In this PR I've added the streaming part.

## How was this patch tested?

Additional unit tests.

Closes apache#23631 from gaborgsomogyi/SPARK-26649.

Authored-by: Gabor Somogyi <gabor.g.somogyi@gmail.com>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
7 participants