Skip to content

Commit 114bf4b

Browse files
committed
Merge branch 'alamb/explan_format' of github.com:alamb/datafusion into alamb/explan_format
2 parents 398cf18 + 9a93ec1 commit 114bf4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafusion/sql/src/parser.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ pub struct ExplainStatement {
6161
/// `EXPLAIN .. FORMAT `
6262
pub format: Option<String>,
6363
/// The statement to analyze. Note this is a DataFusion [`Statement`] (not a
64-
/// [`sqlparser::ast::Statement`] so that we can `EXPLAIN` `COPY` and other
64+
/// [`sqlparser::ast::Statement`] so that we can use `EXPLAIN`, `COPY`, and other
6565
/// DataFusion specific statements
6666
pub statement: Box<Statement>,
6767
}

0 commit comments

Comments
 (0)