Skip to content

Commit

Permalink
one more comment
Browse files Browse the repository at this point in the history
Signed-off-by: Ruihang Xia <[email protected]>
  • Loading branch information
waynexia committed Apr 28, 2024
1 parent 90cbcdc commit ab704ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sql/src/statements/statement.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ pub enum Statement {
CreateExternalTable(CreateExternalTable),
// CREATE TABLE ... LIKE
CreateTableLike(CreateTableLike),
// CREATE TASK
// CREATE FLOW
CreateFlow(CreateFlow),
// DROP TABLE
DropTable(DropTable),
Expand Down

0 comments on commit ab704ce

Please sign in to comment.