Skip to content

[SPARK-32757][SQL][FOLLOWUP] Preserve the attribute name as possible as we scan in SubqueryBroadcastExec#29839

Closed
cloud-fan wants to merge 1 commit intoapache:masterfrom
cloud-fan:followup2
Closed

[SPARK-32757][SQL][FOLLOWUP] Preserve the attribute name as possible as we scan in SubqueryBroadcastExec#29839
cloud-fan wants to merge 1 commit intoapache:masterfrom
cloud-fan:followup2

Conversation

@cloud-fan
Copy link
Contributor

What changes were proposed in this pull request?

This is a minor followup of #29601 , to preserve the attribute name in SubqueryBroadcastExec.output.

Why are the changes needed?

During explain, it's better to see the origin column name instead of always "key".

Does this PR introduce any user-facing change?

no

How was this patch tested?

existing tests.

@cloud-fan
Copy link
Contributor Author

cc @wangyum @HyukjinKwon

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. Thank you, @cloud-fan and all.
Merged to master for Apache Spark 3.1.0 on December 2020.

@SparkQA
Copy link

SparkQA commented Sep 22, 2020

Test build #128979 has finished for PR 29839 at commit 36a06c4.

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

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