Skip to content

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) <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
(cherry picked from commit 4afe2b1)
Signed-off-by: Dongjoon Hyun <[email protected]>
@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) <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
(cherry picked from commit 4afe2b1)
Signed-off-by: Dongjoon Hyun <[email protected]>
Sign up for free to 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