Skip to content

[MINOR]: Generate physical plan, instead of logical plan in the bench test - #9383

Merged
mustafasrepo merged 2 commits into
apache:mainfrom
synnada-ai:minor/use_physical_plan
Feb 29, 2024
Merged

[MINOR]: Generate physical plan, instead of logical plan in the bench test#9383
mustafasrepo merged 2 commits into
apache:mainfrom
synnada-ai:minor/use_physical_plan

Conversation

@mustafasrepo

@mustafasrepomustafasrepo commented Feb 28, 2024

Copy link
Copy Markdown
Contributor

Which issue does this PR close?

Closes #.

Rationale for this change

While working on the PR, I recognized that physical_plan_tpch_all test indeed produces LogicalPlan. Hence its name is misleading, this may causes unintended consequences in the benchmarks. This PR fixes this so that name and the behavior is consistent

What changes are included in this PR?

Are these changes tested?

Are there any user-facing changes?

@github-actionsgithub-actionsBot added the core Core DataFusion crate label Feb 28, 2024
@mustafasrepomustafasrepo changed the title Generate physical plan, instead of logical plan in the bench test[MINOR]: Generate physical plan, instead of logical plan in the bench testFeb 28, 2024

@alambalamb left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Thanks @mustafasrepo -- makes sense to me

Comment threaddatafusion/core/benches/sql_planner.rs
@mustafasrepo
mustafasrepo merged commit e1ca74e into apache:mainFeb 29, 2024
@mustafasrepo
mustafasrepo deleted the minor/use_physical_plan branch March 27, 2024 06:37
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

coreCore DataFusion crate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@mustafasrepo@alamb