This is an automated email from the ASF dual-hosted git repository.
goldmedal pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion.git
The following commit(s) were added to refs/heads/main by this push:
new ede665b212 Fix build (#13869)
ede665b212 is described below
commit ede665b212ec5e3a673986424103645bcb49e3bc
Author: Andrew Lamb <[email protected]>
AuthorDate: Sat Dec 21 02:19:42 2024 -0500
Fix build (#13869)
---
datafusion/sql/src/statement.rs | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/datafusion/sql/src/statement.rs b/datafusion/sql/src/statement.rs
index e934e5d3ca..4fa359ebe0 100644
--- a/datafusion/sql/src/statement.rs
+++ b/datafusion/sql/src/statement.rs
@@ -62,8 +62,8 @@ use sqlparser::ast::{
Assignment, AssignmentTarget, ColumnDef, CreateIndex, CreateTable,
CreateTableOptions, Delete, DescribeAlias, Expr as SQLExpr, FromTable,
Ident, Insert,
ObjectName, ObjectType, OneOrManyWithParens, Query, SchemaName, SetExpr,
- ShowCreateObject, Statement, TableConstraint, TableFactor, TableWithJoins,
- TransactionMode, UnaryOperator, Value,
+ ShowCreateObject, ShowStatementFilter, Statement, TableConstraint,
TableFactor,
+ TableWithJoins, TransactionMode, UnaryOperator, Value,
};
use sqlparser::parser::ParserError::ParserError;
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]