Skip to content
This repository has been archived by the owner on Nov 12, 2021. It is now read-only.

Commit

Permalink
Insert available
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenny Kim committed Oct 22, 2019
1 parent ad1ac2a commit 35a0c4a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ class AthenaRuleManager(private val options: AthenaOptions) {

def assertAthenaLimit(cmd: String): InterpreterResult = cmd.trim.toLowerCase(Locale.ROOT) match {
case parsedSql if parsedSql.startsWith("explain") => athenaLimitationsResult
case parsedSql if parsedSql.startsWith("insert into") => athenaLimitationsResult
case parsedSql if parsedSql.startsWith("create table like") => athenaLimitationsResult
case parsedSql if parsedSql.startsWith("describe input") => athenaLimitationsResult
case parsedSql if parsedSql.startsWith("describe output") => athenaLimitationsResult
Expand Down

0 comments on commit 35a0c4a

Please sign in to comment.