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

Minor Clean-up in JoinSelection Tests #10249

Merged
merged 1 commit into from
Apr 26, 2024

Conversation

berkaysynnada
Copy link
Contributor

Which issue does this PR close?

Closes #.

Rationale for this change

#9346 removes the PipelineStatePropagator, so there is no need to check Arc<dyn ExecutionPlan> and TreeNode integrity anymore. The new rule applies on Arc<dyn ExecutionPlan>'s directly. This PR just cleans up redundant lines.

What changes are included in this PR?

Remove unnecessary and not-applicable test codes regarding this.

Are these changes tested?

Are there any user-facing changes?

@github-actions github-actions bot added the core Core DataFusion crate label Apr 26, 2024
@berkaysynnada berkaysynnada force-pushed the cleanup/crosscheck-joinselection branch from 8cbc217 to bf05380 Compare April 26, 2024 13:40
@berkaysynnada berkaysynnada changed the title Minor Cleanup in JoinSelection Tests Minor Clean-up in JoinSelection Tests Apr 26, 2024
Copy link
Contributor

@ozankabak ozankabak left a comment

Choose a reason for hiding this comment

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

LGTM

@alamb alamb merged commit fe10317 into apache:main Apr 26, 2024
24 checks passed
@alamb
Copy link
Contributor

alamb commented Apr 26, 2024

Thanks everyone

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Core DataFusion crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants