Skip to content

Conversation

@gatorsmile
Copy link
Member

What changes were proposed in this pull request?

Like #28092, this PR is to rename QueryPlan.collectInPlanAndSubqueries in AdaptiveSparkPlanHelper to collectWithSubqueries

Why are the changes needed?

The old name is too verbose. QueryPlan is internal but it's the core of catalyst and we'd better make the API name clearer before we release it.

Does this PR introduce any user-facing change?

no

How was this patch tested?

N/A

@dongjoon-hyun dongjoon-hyun changed the title [SPARK-31322][SQL][FOLLOW-UP] rename QueryPlan.collectInPlanAndSubqueries to collectWithSubqueries [SPARK-31424][SQL] Rename AdaptiveSparkPlanHelper.collectInPlanAndSubqueries to collectWithSubqueries Apr 12, 2020
Copy link
Member

@dongjoon-hyun dongjoon-hyun left a comment

Choose a reason for hiding this comment

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

+1, LGTM. (Pending Jenkins)

@SparkQA
Copy link

SparkQA commented Apr 12, 2020

Test build #121136 has finished for PR 28193 at commit d8a7c68.

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

dongjoon-hyun pushed a commit that referenced this pull request Apr 12, 2020
…queries to collectWithSubqueries

### What changes were proposed in this pull request?
Like #28092, this PR is to rename `QueryPlan.collectInPlanAndSubqueries` in AdaptiveSparkPlanHelper to `collectWithSubqueries`

### Why are the changes needed?
The old name is too verbose. `QueryPlan` is internal but it's the core of catalyst and we'd better make the API name clearer before we release it.

### Does this PR introduce any user-facing change?
no

### How was this patch tested?
N/A

Closes #28193 from gatorsmile/spark-31322.

Authored-by: gatorsmile <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
(cherry picked from commit ad79ae1)
Signed-off-by: Dongjoon Hyun <[email protected]>
@dongjoon-hyun
Copy link
Member

Thank you, @gatorsmile and @HyukjinKwon .
Merged to master/3.0.

sjincho pushed a commit to sjincho/spark that referenced this pull request Apr 15, 2020
…queries to collectWithSubqueries

### What changes were proposed in this pull request?
Like apache#28092, this PR is to rename `QueryPlan.collectInPlanAndSubqueries` in AdaptiveSparkPlanHelper to `collectWithSubqueries`

### Why are the changes needed?
The old name is too verbose. `QueryPlan` is internal but it's the core of catalyst and we'd better make the API name clearer before we release it.

### Does this PR introduce any user-facing change?
no

### How was this patch tested?
N/A

Closes apache#28193 from gatorsmile/spark-31322.

Authored-by: gatorsmile <[email protected]>
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

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants