Skip to content

Commit

Permalink
fix doc (#11181)
Browse files Browse the repository at this point in the history
  • Loading branch information
c8ef committed Jun 30, 2024
1 parent 78055fe commit a64df83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions datafusion/common/src/display/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@ pub enum PlanType {
/// The name of the optimizer which produced this plan
optimizer_name: String,
},
/// The final, fully optimized physical which would be executed
/// The final, fully optimized physical plan which would be executed
FinalPhysicalPlan,
/// The final with stats, fully optimized physical plan which would be executed
FinalPhysicalPlanWithStats,
/// The final with stats, fully optimized physical plan which would be executed
/// The final with schema, fully optimized physical plan which would be executed
FinalPhysicalPlanWithSchema,
}

Expand Down

0 comments on commit a64df83

Please sign in to comment.