Skip to content

Commit bf42918

Browse files
committed
Lint
1 parent 538e10a commit bf42918

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ballista/core/src/execution_plans/distributed_explain_analyze.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
//! `EXPLAIN ANALYZE` for distributed Ballista jobs.
1919
//!
20-
//! On the client side, [`BallistaQueryPlanner`] strips `LogicalPlan::Analyze`
20+
//! On the client side, `BallistaQueryPlanner` strips `LogicalPlan::Analyze`
2121
//! and runs the inner plan as a regular distributed job wrapped in
2222
//! [`DistributedExplainAnalyzeExec`]. After the child stream drains (i.e. the
2323
//! distributed job has succeeded), this exec calls the new

0 commit comments

Comments
 (0)