Skip to content

[SPARK-34952][SQL][FOLLOWUP] Change column type to be NamedReference#33927

Closed
huaxingao wants to merge 1 commit intoapache:masterfrom
huaxingao:agg_followup
Closed

[SPARK-34952][SQL][FOLLOWUP] Change column type to be NamedReference#33927
huaxingao wants to merge 1 commit intoapache:masterfrom
huaxingao:agg_followup

Conversation

@huaxingao
Copy link
Copy Markdown
Contributor

@huaxingao huaxingao commented Sep 7, 2021

What changes were proposed in this pull request?

Currently, we have FieldReference for aggregate column type, should be NamedReference instead

Why are the changes needed?

FieldReference is a private class, should use NamedReference instead

Does this PR introduce any user-facing change?

No

How was this patch tested?

existing tests

@github-actions github-actions bot added the SQL label Sep 7, 2021
@SparkQA
Copy link
Copy Markdown

SparkQA commented Sep 7, 2021

Kubernetes integration test starting
URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/47560/

@SparkQA
Copy link
Copy Markdown

SparkQA commented Sep 7, 2021

Kubernetes integration test status failure
URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/47560/

@huaxingao
Copy link
Copy Markdown
Contributor Author

cc @cloud-fan @viirya

@SparkQA
Copy link
Copy Markdown

SparkQA commented Sep 7, 2021

Test build #143057 has finished for PR 33927 at commit 2b0e8dd.

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

@viirya
Copy link
Copy Markdown
Member

viirya commented Sep 8, 2021

"Fix problem" sounds too general. :)

@huaxingao Maybe add a few words there?

@cloud-fan
Copy link
Copy Markdown
Contributor

"Fix problem" sounds too general. :)

yea, should be something like FieldReference is a private class

@cloud-fan cloud-fan closed this in 23794fb Sep 8, 2021
@cloud-fan
Copy link
Copy Markdown
Contributor

thanks, merging to master/3.2!

cloud-fan pushed a commit that referenced this pull request Sep 8, 2021
### What changes were proposed in this pull request?
Currently, we have `FieldReference` for aggregate column type, should be `NamedReference` instead

### Why are the changes needed?
`FieldReference` is a private class, should use `NamedReference` instead

### Does this PR introduce _any_ user-facing change?
No

### How was this patch tested?
existing tests

Closes #33927 from huaxingao/agg_followup.

Authored-by: Huaxin Gao <huaxin_gao@apple.com>
Signed-off-by: Wenchen Fan <wenchen@databricks.com>
(cherry picked from commit 23794fb)
Signed-off-by: Wenchen Fan <wenchen@databricks.com>
@huaxingao
Copy link
Copy Markdown
Contributor Author

Thanks all!

@huaxingao huaxingao deleted the agg_followup branch September 8, 2021 06:41
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.

5 participants