Skip to content

Commit

Permalink
fix: create view as to ddl catalog (DataLinkDC#2786)
Browse files Browse the repository at this point in the history
Signed-off-by: licho <lecho.sun@gmail.com>
  • Loading branch information
leechor authored Dec 25, 2023
1 parent efd8cbb commit 4926195
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
public enum SqlType {
SELECT("SELECT", "^SELECT.*"),

CREATE("CREATE", "^CREATE(?!.*AS SELECT).*$"),
CREATE("CREATE", "^CREATE(?!\\s+TABLE.*AS SELECT).*$"),

DROP("DROP", "^DROP.*"),

Expand Down

0 comments on commit 4926195

Please sign in to comment.