We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 538e10a commit bf42918Copy full SHA for bf42918
1 file changed
ballista/core/src/execution_plans/distributed_explain_analyze.rs
@@ -17,7 +17,7 @@
17
18
//! `EXPLAIN ANALYZE` for distributed Ballista jobs.
19
//!
20
-//! On the client side, [`BallistaQueryPlanner`] strips `LogicalPlan::Analyze`
+//! On the client side, `BallistaQueryPlanner` strips `LogicalPlan::Analyze`
21
//! and runs the inner plan as a regular distributed job wrapped in
22
//! [`DistributedExplainAnalyzeExec`]. After the child stream drains (i.e. the
23
//! distributed job has succeeded), this exec calls the new
0 commit comments