Skip to content

[SPARK-28199][SS][FOLLOWUP] Remove unnecessary annotations for private API - #25200

Closed
HeartSaVioR wants to merge 1 commit into
apache:masterfrom
HeartSaVioR:SPARK-28199-FOLLOWUP
Closed

[SPARK-28199][SS][FOLLOWUP] Remove unnecessary annotations for private API#25200
HeartSaVioR wants to merge 1 commit into
apache:masterfrom
HeartSaVioR:SPARK-28199-FOLLOWUP

Conversation

@HeartSaVioR

Copy link
Copy Markdown
Contributor

What changes were proposed in this pull request?

SPARK-28199 (#24996) hid implementations of Triggers into private[sql] and encourage end users to use Trigger.xxx methods instead.

As I got some post review comment on 7548a88#r34366934 we could remove annotations which are meant to be used with public API.

How was this patch tested?

N/A

@HeartSaVioR

Copy link
Copy Markdown
ContributorAuthor

cc. @zsxwing

@SparkQA

Copy link
Copy Markdown

Test build #107901 has finished for PR 25200 at commit a5902af.

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

@dongjoon-hyundongjoon-hyun left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

+1, LGTM. Merged to master.
Thank you, @HeartSaVioR .

@zsxwing

Copy link
Copy Markdown
Member

LGTM. Thanks for the quick PR

@HeartSaVioR

Copy link
Copy Markdown
ContributorAuthor

Thanks all for quick reviewing and merging!

@HeartSaVioR
HeartSaVioR deleted the SPARK-28199-FOLLOWUP branch July 20, 2019 00:10
yiheng pushed a commit to yiheng/spark that referenced this pull request Jul 24, 2019
…e API
## What changes were proposed in this pull request?
SPARK-28199 (apache#24996) hid implementations of Triggers into `private[sql]` and encourage end users to use `Trigger.xxx` methods instead.
As I got some post review comment on apache@7548a88#r34366934 we could remove annotations which are meant to be used with public API.
## How was this patch tested?
N/A
Closesapache#25200 from HeartSaVioR/SPARK-28199-FOLLOWUP.
Authored-by: Jungtaek Lim (HeartSaVioR) <kabhwan@gmail.com>
Signed-off-by: Dongjoon Hyun <dhyun@apple.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@HeartSaVioR@SparkQA@zsxwing@dongjoon-hyun