Skip to content

Commit 9aa4475

Browse files
yoavcloudDenys Tsomenko
authored and
Denys Tsomenko
committed
Add the alter table ON COMMIT option to Snowflake (apache#1606)
1 parent 832be22 commit 9aa4475

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/ast/dml.rs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,12 @@ use sqlparser_derive::{Visit, VisitMut};
3232
pub use super::ddl::{ColumnDef, TableConstraint};
3333

3434
use super::{
35-
display_comma_separated, display_separated, query::InputFormatClause, Assignment, ClusteredBy,
35+
display_comma_separated, display_separated, ClusteredBy,
3636
CommentDef, Expr, FileFormat, FromTable, HiveDistributionStyle, HiveFormat, HiveIOFormat,
3737
HiveRowFormat, Ident, InsertAliases, MysqlInsertPriority, ObjectName, OnCommit, OnInsert,
3838
OneOrManyWithParens, OrderByExpr, Query, RowAccessPolicy, SelectItem, Setting, SqlOption,
39-
SqliteOnConflict, TableEngine, TableObject, TableWithJoins, Tag, WrappedCollection,
39+
SqliteOnConflict, StorageSerializationPolicy, TableEngine, TableObject, TableWithJoins, Tag,
40+
WrappedCollection,
4041
};
4142

4243
/// CREATE INDEX statement.

0 commit comments

Comments
 (0)