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-37369][SQL][FOLLOWUP] Override supportsRowBased in UnionExec #35061

Closed

Conversation

linhongliu-db
Copy link
Contributor

What changes were proposed in this pull request?

In PR #34642, we added a supportsRowBased in SparkPlan in order to avoid
redundant ColumnarToRow transition in InMemoryTableScan . But, this optimization
also applies to Union if its children both support row-based output.
So, this PR adds the supportsRowBased implementation for UnionExec.

Why are the changes needed?

followup PR

Does this PR introduce any user-facing change?

No

How was this patch tested?

Existing tests passed.

@github-actions github-actions bot added the SQL label Dec 29, 2021
@linhongliu-db
Copy link
Contributor Author

cc @cloud-fan @viirya

@cloud-fan
Copy link
Contributor

thanks, merging to master!

@cloud-fan cloud-fan closed this in 77e8683 Dec 30, 2021
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.

2 participants