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-28199][SS][FOLLOWUP] Remove package private in class/object in sql.execution package #28790

Conversation

HeartSaVioR
Copy link
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
Contributor Author

cc. @HyukjinKwon

Copy link
Member

@HyukjinKwon HyukjinKwon left a comment

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

SparkQA commented Jun 11, 2020

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
Contributor Author

retest this, please

@HyukjinKwon
Copy link
Member

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

@dongjoon-hyun
Copy link
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

SparkQA commented Jun 11, 2020

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
Contributor Author

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

Closes apache#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 free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
5 participants