Skip to content

[SPARK-28199][SS][FOLLOWUP] Remove package private in class/object in sql.execution package - #28790

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

[SPARK-28199][SS][FOLLOWUP] Remove package private in class/object in sql.execution package#28790
HeartSaVioR wants to merge 1 commit into
apache:masterfrom
HeartSaVioR:SPARK-28199-FOLLOWUP-apply-SPARK-16964

Conversation

@HeartSaVioR

Copy link
Copy Markdown
Contributor

What changes were proposed in this pull request?

This PR proposes to remove package private in classes/objects in sql.execution package, as per SPARK-16964.

Why are the changes needed?

This is per post-hoc review comment, see #24996 (comment)

Does this PR introduce any user-facing change?

No.

How was this patch tested?

N/A

@HeartSaVioR

Copy link
Copy Markdown
ContributorAuthor

cc. @HyukjinKwon

@HyukjinKwonHyukjinKwon 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.

LGTM, thanks @HeartSaVioR.

@SparkQA

Copy link
Copy Markdown

Test build #123787 has finished for PR 28790 at commit 7e9bfdf.

  • This patch fails PySpark unit tests.
  • This patch merges cleanly.
  • This patch adds the following public classes (experimental):
  • case class ProcessingTimeTrigger(intervalMs: Long) extends Trigger
  • case class ContinuousTrigger(intervalMs: Long) extends Trigger

@HeartSaVioR

Copy link
Copy Markdown
ContributorAuthor

retest this, please

@HyukjinKwon

Copy link
Copy Markdown
Member

Made a PR for #28790 (comment), #28798

@dongjoon-hyun

Copy link
Copy Markdown
Member

Since this is not related to UT running, merged to master/3.0. Thank you all.

dongjoon-hyun pushed a commit that referenced this pull request Jun 11, 2020
… sql.execution package
### What changes were proposed in this pull request?
This PR proposes to remove package private in classes/objects in sql.execution package, as per SPARK-16964.
### Why are the changes needed?
This is per post-hoc review comment, see #24996 (comment)
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
N/A
Closes#28790 from HeartSaVioR/SPARK-28199-FOLLOWUP-apply-SPARK-16964.
Authored-by: Jungtaek Lim (HeartSaVioR) <kabhwan.opensource@gmail.com>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
(cherry picked from commit 4afe2b1)
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
@SparkQA

Copy link
Copy Markdown

Test build #123815 has finished for PR 28790 at commit 7e9bfdf.

  • This patch fails due to an unknown error code, -9.
  • This patch merges cleanly.
  • This patch adds the following public classes (experimental):
  • case class ProcessingTimeTrigger(intervalMs: Long) extends Trigger
  • case class ContinuousTrigger(intervalMs: Long) extends Trigger

@HeartSaVioR

Copy link
Copy Markdown
ContributorAuthor

Thanks all for reviewing and merging!

@HeartSaVioR
HeartSaVioR deleted the SPARK-28199-FOLLOWUP-apply-SPARK-16964 branch June 11, 2020 07:45
holdenk pushed a commit to holdenk/spark that referenced this pull request Jun 25, 2020
… sql.execution package
### What changes were proposed in this pull request?
This PR proposes to remove package private in classes/objects in sql.execution package, as per SPARK-16964.
### Why are the changes needed?
This is per post-hoc review comment, see apache#24996 (comment)
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
N/A
Closesapache#28790 from HeartSaVioR/SPARK-28199-FOLLOWUP-apply-SPARK-16964.
Authored-by: Jungtaek Lim (HeartSaVioR) <kabhwan.opensource@gmail.com>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
(cherry picked from commit 4afe2b1)
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
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.

5 participants

@HeartSaVioR@SparkQA@HyukjinKwon@dongjoon-hyun@cloud-fan