Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
yaooqinn committed Sep 29, 2020
1 parent e756a55 commit 2b164ed
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -337,8 +337,8 @@ query
;

insertInto
: INSERT OVERWRITE TABLE? multipartIdentifier identifierList? (partitionSpec (IF NOT EXISTS)?)? #insertOverwriteTable
| INSERT INTO TABLE? multipartIdentifier identifierList? partitionSpec? (IF NOT EXISTS)? #insertIntoTable
: INSERT OVERWRITE TABLE? multipartIdentifier identifierList? (partitionSpec (IF NOT EXISTS)?)? #insertOverwriteTable
| INSERT INTO TABLE? multipartIdentifier identifierList? partitionSpec? (IF NOT EXISTS)? #insertIntoTable
| INSERT OVERWRITE LOCAL? DIRECTORY path=STRING rowFormat? createFileFormat? #insertOverwriteHiveDir
| INSERT OVERWRITE LOCAL? DIRECTORY (path=STRING)? tableProvider (OPTIONS options=tablePropertyList)? #insertOverwriteDir
;
Expand Down

0 comments on commit 2b164ed

Please sign in to comment.