Skip to content

Commit

Permalink
Merge branch 'snappy/master' of https://github.com/SnappyDataInc/snap…
Browse files Browse the repository at this point in the history
…py-store into v2connector-catalog
  • Loading branch information
PradeepSurale committed Feb 18, 2019
2 parents dde179e + a4beb08 commit 549d656
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ public class GenericStatement
"(STREAMING|DEPLOY|UNDEPLOY|CACHE|UNCACHE|REFRESH|RESET)";
private static final String TABLE_DML_SELECT_PATTERN =
"((((INSERT|PUT)\\s+INTO)|(DELETE\\s+FROM))\\s+(TABLE)?.*\\s+SELECT)";
private static final String CREATE_OR_DROP_PATTERN = "(FUNCTION|POLICY)";
private static final String CREATE_OR_DROP_PATTERN = "(FUNCTION|POLICY|SCHEMA)";
private static final String ALTER_TABLE_PREFIX = "ALTER\\s+(TABLE)?\\s+.*\\s+";
private static final String ALTER_TABLE_COMMANDS = "(ADD|DROP|ENABLE|DISABLE)";

Expand Down

0 comments on commit 549d656

Please sign in to comment.